Add readme and gitignore
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
# Ignore everything
|
||||
**/*.*
|
||||
|
||||
# Except this
|
||||
!*.json
|
||||
!.gitignore
|
||||
!README.MD
|
||||
|
||||
# But still ignore this
|
||||
*.i.json
|
||||
Reference in New Issue
Block a user