mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-17 16:34:55 -05:00
48 lines
618 B
Plaintext
48 lines
618 B
Plaintext
# OS Generated
|
|
.DS_Store
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.phpunit.result.cache
|
|
|
|
# Claude
|
|
CLAUDE.md
|
|
|
|
# PhpStorm
|
|
.idea
|
|
|
|
# Composer
|
|
**/vendor/**
|
|
!**/scss/vendor/**
|
|
|
|
# Builds
|
|
bin/build/tmp
|
|
bin/build/package
|
|
bin/builder/tmp
|
|
bin/builder/package
|
|
dist
|
|
|
|
# Tester
|
|
bin/tester/cache
|
|
bin/tester/tests
|
|
|
|
# Symbolic links in admin
|
|
platforms/*/*/admin/common
|
|
platforms/*/*/src
|
|
platforms/*/*/assets
|
|
platforms/*/*/engines
|
|
|
|
# Symbolic links in themes
|
|
themes/*/*/common
|
|
themes/*/*/custom
|
|
|
|
# Compiled
|
|
**/.sass-cache
|
|
**/*.map
|
|
**/node_modules/*
|
|
platforms/**/cache
|
|
themes/**/cache
|
|
npm-debug.log
|
|
.vscode/launch.json
|
|
sass-convert.sh
|
|
.vscode/settings.json
|