forked from barrelstrength/craft-master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (36 loc) · 1.07 KB
/
.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
# 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/config/local/db.example.php
!craft/config/local/general.example.php
# IMAGE FOLDERS
# Commented out for convenience. Probably worth excluding as repo gets larger.
# ------------------------------------------------------------
# /public_html/content/*
# !/public_html/content/index.html
# 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/*
# MISC FILES
# ------------------------------------------------------------
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-workspace
*.sublime-project
*.komodoproject
.komodotools
_notes
dwsync.xml
logs/*