Skip to content

Commit 7aad2a4

Browse files
committed
[FIX] gitignore.
1 parent 5748caf commit 7aad2a4

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# assets
2-
/assets/.thumbs/*
3-
!/assets/.thumbs/index.html
4-
!/assets/.thumbs/.htaccess
5-
62
/assets/backup/*
73
!/assets/backup/index.html
84
!/assets/backup/.htaccess

assets/.thumbs/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*
2+
!.gitignore
3+
!.htaccess
4+
!index.html

assets/.thumbs/images/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

assets/cache/images/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*
2+
!.gitignore
3+
!.htaccess
4+
!index.html

assets/cache/updater/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)