Create .gitignore

This commit is contained in:
dazedanon 2023-06-27 22:48:56 -05:00 committed by GitHub
parent 561c74eb4f
commit cf6ed0cb13
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