Empty cache directories created (with a trick :x)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
cache/*
|
||||
coverage
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
|
||||
4
cache/.gitignore
vendored
Normal file
4
cache/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
4
spec/cache/.gitignore
vendored
Normal file
4
spec/cache/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user