-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
64 lines (59 loc) · 953 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
54
55
56
57
58
59
60
61
62
63
64
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore]
/storage/*
!/storage/logo/*
# Ignore all files starting with dot except for gitignore and htaccess
.*
!/.gitignore
!/.htaccess
# Uploaded files
# ----------------------------------------------------------------------
public/assets/uploads/*
# Misc files
# ----------------------------------------------------------------------
_notes
.cache
.DS_Store
.komodotools
.project
.sass-cache/
.settings
.tmproj
*.esproj
*.komodoproject
*.sublime-project
*.sublime-workspace
**/config/config.php
**/database.php
bower_components/
dploy.yaml
dwsync.xml
logs/*
nbproject
node_modules/
Thumbs.db
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
*.komodoproject
.komodotools
_notes
dwsync.xml