Files
SerpentRace/.gitignore
T
2025-09-22 11:14:32 +02:00

12 lines
229 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/**
#ignore dist folder
**/dist/**
#ignore log files
**/*.log