-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
74 lines (64 loc) · 1.12 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Vendor, logs and cache
/app/config/parameters.yml
/bin/*
!/bin/build-bundles.sh
!/bin/cli/validate-build-bundles.sh
!/bin/console
!/bin/runtests
/src/Sulu/Bundle/*/Tests/app/cache
/src/Sulu/Bundle/*/Tests/app/data
/src/Sulu/Bundle/*/Tests/app/logs
/src/Sulu/Bundle/*/vendor
/src/Sulu/Bundle/TestBundle/Resources/app/cache
/src/Sulu/Component/Rest/Tests/Functional/ListBuilder/Metadata/cache
/tests/app/cache
/tests/app/data
/tests/app/logs
/tests/Resources/cache
/var/cache/*
/var/indexes/*
/var/logs/*
/var/sessions/*
/var/uploads/*
/var/sitemaps/*
!/var/cache/.gitkeep
!/var/indexes/.gitkeep
!/var/logs/.gitkeep
!/var/sessions/.gitkeep
!/var/uploads/.gitkeep
!/var/sitemaps/.gitkeep
/var/bootstrap.php.cache
/var/SymfonyRequirements.php
/web/bundles
/web/uploads
/web/admin
/vendor
# Composer
/composer.lock
/composer.phar
# Text editors backup files
*~
*.swp
# Meld
*.orig
# OS generated files
._*
.DS_Store
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# NPM
**/node_modules
**/package-lock.json
npm-debug.log
# Styleguide
/styleguide
# IDEs
.idea
*.iml
# PHPunit
phpunit.xml
# Jackrabbit
jackrabbit-standalone*
jackrabbit/*