added empty folders with gitignores
This commit is contained in:
parent
a064623bb6
commit
fff21d97b8
11
.gitignore
vendored
11
.gitignore
vendored
@ -163,14 +163,3 @@ cython_debug/
|
|||||||
|
|
||||||
# .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