2019-02-05 21:01:25 +03:00
|
|
|
.DS_Store
|
|
|
|
node_modules
|
|
|
|
/dist
|
|
|
|
|
2021-11-10 14:17:59 +03:00
|
|
|
|
2019-02-05 21:01:25 +03:00
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2021-11-10 14:17:59 +03:00
|
|
|
pnpm-debug.log*
|
2019-02-05 21:01:25 +03:00
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
2021-11-10 14:17:59 +03:00
|
|
|
*.sw?
|
2022-02-09 18:23:36 +03:00
|
|
|
|
|
|
|
package-lock.json
|