You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
371 B
32 lines
371 B
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# editor directories and files
|
|
.idea
|
|
.vscode
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# compiled output
|
|
dist
|
|
dist-dev
|
|
build
|
|
cache
|
|
.cache
|
|
.temp
|
|
.tmp
|
|
.turbo
|
|
|
|
# log and lock files
|
|
*.log
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# misc
|
|
.DS_Store
|
|
|
|
# user-specific files
|
|
|