mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
21 lines
No EOL
230 B
Text
21 lines
No EOL
230 B
Text
# Ignore source control directories
|
|
.git
|
|
.svn
|
|
|
|
# Ignore build directories
|
|
build
|
|
dist
|
|
|
|
# Ignore dependency directories
|
|
node_modules
|
|
vendor
|
|
|
|
# Ignore temporary files
|
|
*.log
|
|
*.tmp
|
|
|
|
# Ignore environment files
|
|
.env
|
|
|
|
# Ignore tests
|
|
tests |