first commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
# ignore all files and directories
|
||||
*
|
||||
# allow git to enter directories
|
||||
!*/
|
||||
venv/
|
||||
# keep essential project files
|
||||
!.gitignore
|
||||
!.gitattributes
|
||||
|
||||
# allow YAMLs, shell scripts, and others
|
||||
!*.yml
|
||||
!*.yaml
|
||||
!*.sh
|
||||
!*.py
|
||||
!*.Dockerfile
|
||||
!Dockerfile
|
||||
Reference in New Issue
Block a user