ki-frontend/.gitignore

27 lines
268 B
Plaintext
Raw Permalink Normal View History

2021-05-31 16:14:28 +02:00
.DS_Store
node_modules
/dist
2021-07-28 21:52:12 +02:00
# KI
/public/config.js
2021-05-31 16:14:28 +02:00
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
2021-09-19 10:39:22 +02:00
jsconfig.json