Files
SerpentRace/.gitignore
T

6 lines
167 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/