Files
CarGame/.gitignore
SHOUTING_PIRATE 2edb7763d5 Update .gitignore
2025-03-27 13:54:13 +00:00

13 lines
167 B
Plaintext

#Ignore everything
/*
#Allow the Assets folder
!/Assets/
#Ignore everything else in the Assets folder
/Assets/*
#Allow the Assets/Scripts folder
!/Assets/Scripts/