Create .gitignore

This commit is contained in:
dazedanon 2023-07-03 17:18:25 -05:00 committed by GitHub
parent bfde56a409
commit 344f708d90
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