Create .gitignore

This commit is contained in:
dazedanon 2023-07-07 19:59:22 -05:00 committed by GitHub
parent 83aa35e319
commit 3b7d3a786c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# Ignore all files
*.*
# Except
!*.json
!*.js
!*.zip
!.gitignore
package.json