21 lines
230 B
Plaintext
21 lines
230 B
Plaintext
![]() |
# 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
|