Create .gitignore

This commit is contained in:
dazedanon 2023-07-07 17:02:48 -05:00 committed by GitHub
parent cd6e0aaa85
commit f2c8d29700
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