Files
SerpentRace/.gitignore
T
2025-08-25 23:55:40 +02:00

6 lines
168 B
Plaintext

#ignore each file in folder that starts with Archive_
Archive_*
#ignore each folder that starts with Archive_
Archive_*/**
#ignore node_modules folder
*/node_modules/**