30 lines
303 B
Plaintext
30 lines
303 B
Plaintext
# @see https://git-scm.com/docs/gitignore
|
|
|
|
# `.DS_Store` is a file that stores custom attributes of its containing folder
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Dependencies
|
|
node_modules
|
|
bower_components
|
|
vendor
|
|
|
|
# Caches
|
|
.cache
|
|
.npm
|
|
.eslintcache
|
|
|
|
# Temporaries
|
|
.tmp
|
|
.temp
|
|
|
|
# Built
|
|
dist
|
|
target
|
|
built
|
|
output
|
|
out
|