marineparkclient/.templates/.gitignore
2023-08-15 11:09:12 +08:00

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