forked from imjakechapman/CraftCMS-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (34 loc) · 993 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
# LOCAL CONFIG SETTINGS
# Exclude local config files so we don't overwrite other local setups.
# Leave example files that can be renamed to get setup
# @TODO - consider excluding dev and live database files.
# ------------------------------------------------------------
craft/config/local/*
craft/app
# IMAGE FOLDERS
# Commented out for convenience. Probably worth excluding as repo gets larger.
# ------------------------------------------------------------
/public/dist/*
# CRAFT STORAGE STUFF
# It's probably safe to ignore the following in the storage folders.
# The rest of the items in the storage folder are up to us...
# ------------------------------------------------------------
craft/storage/runtime/*
craft/storage/backups/*
craft/config/license.key
*.sql
# MISC FILES
# ------------------------------------------------------------
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
*.sublime-workspace
*.sublime-project
_notes
dwsync.xml
logs/*
node_modules