added empty folders with gitignores
This commit is contained in:
parent
a064623bb6
commit
fff21d97b8
13
.gitignore
vendored
13
.gitignore
vendored
@ -162,15 +162,4 @@ cython_debug/
|
|||||||
.Trash-*
|
.Trash-*
|
||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed
|
# .nfs files are created when an open file is removed but is still being accessed
|
||||||
.nfs*
|
.nfs*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Project specific temporary files
|
|
||||||
# tmp/
|
|
||||||
|
|
||||||
# PDF Outputs
|
|
||||||
# PDFs/
|
|
||||||
4
PDFs/.gitignore
vendored
Normal file
4
PDFs/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
tmp/.gitignore
vendored
Normal file
4
tmp/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
Loading…
Reference in New Issue
Block a user