Move gitignore out of the assets folders

Just makes it a bit harder to clean up, when you have to clean around the .gitignore file!
This commit is contained in:
Emi Matchu 2023-08-22 16:11:01 -07:00
parent 74197a6e9f
commit ed0e9ec9fd
3 changed files with 3 additions and 4 deletions

3
public/.gitignore vendored
View File

@ -1,3 +1,6 @@
/pet_attributes.json
/item_zone_sets.json
uploads
/assets/*
/dev-assets/*

View File

@ -1,2 +0,0 @@
*
!.gitignore

View File

@ -1,2 +0,0 @@
*
!.gitignore