added empty folders with gitignores

This commit is contained in:
Pavak Paul 2023-02-18 19:38:20 +05:30
parent a064623bb6
commit fff21d97b8
3 changed files with 9 additions and 12 deletions

13
.gitignore vendored
View File

@ -162,15 +162,4 @@ cython_debug/
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# Project specific temporary files
# tmp/
# PDF Outputs
# PDFs/
.nfs*

4
PDFs/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
tmp/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore