LocChat/.gitignore

40 lines
422 B
Plaintext
Raw Permalink Normal View History

2021-10-29 18:57:24 -06:00
# compiled output
2021-11-16 19:14:46 -07:00
dist
static
node_modules
2021-11-20 18:18:58 -07:00
.parcel-cache
2021-10-29 18:57:24 -06:00
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
2021-10-29 19:06:19 -06:00
!.vscode/extensions.json
2021-11-03 19:25:40 -06:00
.env
*.pem