Initial project commit
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# Ignore everything by default
|
||||
*
|
||||
|
||||
# Allow directories
|
||||
!*/
|
||||
|
||||
# Allow Git internals
|
||||
!/.gitignore
|
||||
|
||||
# Allow shell scripts
|
||||
!*.sh
|
||||
|
||||
# Allow Markdown files
|
||||
!*.md
|
||||
|
||||
# Allow vars.example file
|
||||
!vars.example
|
||||
|
||||
# Allow LICENSE and CHANGELOG
|
||||
!LICENSE
|
||||
!CHANGELOG.md
|
||||
Reference in New Issue
Block a user