-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
52 lines (45 loc) · 1.1 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
# DISCLAIMER
# -----------------------------------------------
# We use this gitignore to manage contao projects
# in .git repositories. It's totaly different from
# the core .gitignore since we are including all
# project-content files/, exclude localconfig, use
# composer in every project, include core modules
# (and composer symlinks) if you don't know how to
# handle this gitignore try this snippet:
# https://bitbucket.org/snippets/westwerk/Kny5
# ------------------------------------------------
.DS_Store
.idea
node_modules/
npm-debug.log
notes
files/theme/assets/*
files/theme/css/*
files/theme/fonts/*
/assets/js/*
/assets/css/*
/assets/css/maps/*
/assets/images/*/*
!/assets/images/*/.gitkeep
/.htaccess
/*.xml
/contao/update.phar.php
/share/*.xml
/system/cache/*
/system/config/dcaconfig.php
/system/config/initconfig.php
/system/config/langconfig.php
/system/config/pathconfig.php
/system/config/databaseconfig.php
/system/cron/cron.txt
/system/logs/*
/system/tmp/*
/system/modules/*
# Include specific modules
# !/system/modules/projectSpecific
/vendor/
/composer/cache/*
/composer/vendor/*
*.out
*.json~