-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (47 loc) · 882 Bytes
/
.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
##Windows stuff
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
##Mac stuff
.DS_Store
__MACOSX
#vagrant
.vagrant
#ignore sass cache folders
*.sass-cache/
node_modules/*
#IDEs, editors, applications and frameworks
#ignore espesso
*.esproj/
*.espressostorage
*.pydevproject
*.tmp
*.bak
*.swp
*.sublime-project
*.sublime-workspace
*~.nib
*.launch
local.properties
.classpath
.loadpath
nbproject
.idea
sftp-config.json
.mr.developer.cfg
.buildpath
.project
.settings
.metadata
.externalToolBuilders/
.cproject
##Server log files
*error_log
##don't ignore by default which allows us to create empty directory structures
#never ignore a .gitignore file, even in ignored directories
!.gitignore
#never ignore a .htaccess file, even in ignored directories
!.htaccess
#application and project specific .htaccess and .gitignore ignore rules can go below
##Application specific rules: