-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
56 lines (45 loc) · 847 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
# OS generated files #
# source : https://gist.github.com/octocat/9257657
######################
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# PATCHES
patches/
# GRUNT
package.json
gruntfile.js
node_modules/
.ftpauth
assets/czr/js/control_dev/
assets/czr/js/preview_dev/
npm-debug.log
# TRAVIS
.travis.yml
# PHP_CodeSniffer
PHP_CodeSniffer/
# BUILD
build/
# WPCS
wpcs/
# EXEMPLE OF ADVANCED CONFIG WITH FOLDER
# Ignore everything:
# *
# UNIT TESTS
# bin/
# tests/
# Travis
travis-examples/
# Except for the themes directories:
# !wordpress/
# !wordpress/*/
# !wordpress/*/wp-content/
# !wordpress/*/wp-content/themes/
# !wordpress/*/wp-content/themes/*
# !wordpress/*/wp-content/themes/*/*
# !wordpress/*/wp-content/themes/*/*/*
# !wordpress/*/wp-content/themes/*/*/*/*
# !wordpress/*/wp-content/themes/*/*/*/*/*