Skip to content

Commit e89728d

Browse files
committed
commit not commited changes
#6
1 parent 9b87ee1 commit e89728d

4 files changed

Lines changed: 22 additions & 7 deletions

File tree

boilerplates/Sass.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.sass-cache/
1+
.sass-cache
22
*.css.map

boilerplates/Wordpress.gitignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
*.log
2-
.htaccess
3-
sitemap.xml
4-
sitemap.xml.gz
52
wp-config.php
63
wp-content/advanced-cache.php
74
wp-content/backup-db/
@@ -10,4 +7,13 @@ wp-content/blogs.dir/
107
wp-content/cache/
118
wp-content/upgrade/
129
wp-content/uploads/
10+
wp-content/mu-plugins/
1311
wp-content/wp-cache-config.php
12+
wp-content/plugins/hello.php
13+
14+
/.htaccess
15+
/license.txt
16+
/readme.html
17+
/sitemap.xml
18+
/sitemap.xml.gz
19+

boilerplates/nanoc.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# For projects using nanoc (http://nanoc.ws/)
1+
# For projects using Nanoc (http://nanoc.ws/)
22

3-
# Default location for output, needs to match output_dir's value found in config.yaml
3+
# Default location for output (needs to match output_dir's value found in nanoc.yaml)
44
output/
55

66
# Temporary file directory
7-
tmp/
7+
tmp/nanoc/
88

99
# Crash Log
1010
crash.log

boilerplates/opencart.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ image/data/
99
image/cache/
1010
system/cache/
1111
system/logs/
12+
13+
system/storage/
14+
15+
# vQmod log files
16+
vqmod/logs/*
17+
# vQmod cache files
18+
vqmod/vqcache/*
19+
vqmod/checked.cache
20+
vqmod/mods.cache

0 commit comments

Comments
 (0)