Create .gitignore

This commit is contained in:
dazedanon 2023-07-10 12:10:25 -05:00 committed by GitHub
parent b0251648b0
commit 9700f737c4
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