kiwiirc-custom/.gitignore
Georg b97800f42a
Adding dist/ build
Signed-off-by: Georg <georg@lysergic.dev>
2021-06-25 07:51:21 +02:00

27 lines
296 B
Plaintext

.DS_Store
srcdocs/
dist/
node_modules/
src/res/locales/available.json
static/config.local.json
tests/coverage
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*