forked from nystudio107/generator-craftplugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·37 lines (34 loc) · 870 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
# LOCAL CONFIG SETTINGS
# Exclude local config files so we don't overwrite other local setups.
# Leave example files that can be copied to get setup
# ------------------------------------------------------------
/craft/config/local/*
!/craft/config/local/db.php.example
!/craft/config/local/general.php.example
# CRAFT STORAGE
# http://buildwithcraft.com/help/craft-storage-gitignore
# ------------------------------------------------------------
/craft/storage/*
!/craft/storage/.gitignore
!/craft/storage/logo/*
# MISC FILES
# https://github.com/github/gitignore/tree/master/Global
# ------------------------------------------------------------
.cache
.DS_Store
.idea
.project
.settings
*.esproj
*.sublime-workspace
*.sublime-project
*.tmproj
*.tmproject
Thumbs.db
/logs/*
# BUILD FILES
# aaw -- 2015-09-27
/bower_components/*
/node_modules/*
/build/*
npm-debug.log