ziemniak/.gitignore

31 lines
325 B
Plaintext
Raw Permalink Normal View History

2022-07-26 05:03:28 +02:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
2022-07-27 12:58:22 +02:00
/dist/*
/dist-ssr/*
2022-07-26 05:03:28 +02:00
*.local
2022-07-27 12:58:22 +02:00
2022-07-26 05:03:28 +02:00
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/tasks.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
2022-07-27 12:58:22 +02:00
!/**/.gitkeep
/target/