]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - .gitignore
Added bits from https://github.com/github/gitignore/blob/master/SugarCRM.gitignore
[Github/sugarcrm.git] / .gitignore
1 ## First part from https://github.com/github/gitignore/blob/master/SugarCRM.gitignore
2 # Ignore custom .htaccess stuff.
3 /.htaccess
4 # Ignore large parts of the annoying cache directory without breaking things.
5 cache/csv/*
6 cache/dashlets/*
7 cache/diagnostic/*
8 cache/dynamic_fields/*
9 cache/feeds/*
10 cache/import/*
11 cache/include/*
12 cache/jsLanguage/*
13 cache/modules/*
14 !cache/modules/emails
15 !cache/modules/Emails
16 cache/pdf/*
17 cache/smarty/cache/*
18 cache/smarty/templates_c/*
19 cache/themes/*
20 cache/xml/*
21 # Ignore some files and directories from the custom directory.
22 custom/history/*
23 custom/modulebuilder/*
24 custom/working/*
25 custom/modules/*/Ext/
26 custom/application/Ext/*
27 # Custom configuration should also be ignored.
28 /config.php
29 /config_override.php
30 # The silent upgrade scripts aren't needed.
31 silentUpgrade*.php
32 # Logs files can safely be ignored.
33 *.log
34 ## IDE specific items
35 # Eclipse
36 *.pydevproject
37 .project
38 .metadata
39 bin/**
40 tmp/**
41 tmp/**/*
42 *.tmp
43 *.bak
44 *.swp
45 *~.nib
46 local.properties
47 .classpath
48 .settings/
49 .loadpath
50 # Emacs
51 *~
52 \#*\#
53 /.emacs.desktop
54 /.emacs.desktop.lock
55 .elc
56 auto-save-list
57 tramp
58 # IntelliJ Idea
59 *.iml
60 *.ipr
61 *.iws
62 .idea/
63 # NetBeans
64 nbproject/
65 # Vim
66 .*.sw[a-z]
67 *.un~
68 Session.vim
69 # Windows
70 Thumbs.db
71 Desktop.ini