]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - .gitignore
Release 6.5.16
[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 the cache directory completely. *ATTENTION!* This will break things!
5 cache/*
6 # Ignore some files and directories from the custom directory.
7 custom/history/*
8 custom/modulebuilder/*
9 custom/working/*
10 custom/modules/*/Ext/
11 custom/application/Ext/*
12 # Custom configuration should also be ignored.
13 /config.php
14 /config_override.php
15 # The silent upgrade scripts aren't needed.
16 silentUpgrade*.php
17 # Logs files can safely be ignored.
18 *.log
19 # The new upload directories (since 6.4).
20 upload/*
21 upload_backup/*
22 ## IDE specific items
23 # Eclipse
24 *.pydevproject
25 .project
26 .metadata
27 bin/**
28 tmp/**
29 tmp/**/*
30 *.tmp
31 *.bak
32 *.swp
33 *~.nib
34 local.properties
35 .classpath
36 .settings/
37 .loadpath
38 # Emacs
39 *~
40 \#*\#
41 /.emacs.desktop
42 /.emacs.desktop.lock
43 .elc
44 auto-save-list
45 tramp
46 # IntelliJ Idea
47 *.iml
48 *.ipr
49 *.iws
50 .idea/
51 # NetBeans
52 nbproject/
53 # Vim
54 .*.sw[a-z]
55 *.un~
56 Session.vim
57 # Windows
58 Thumbs.db
59 Desktop.ini