mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
chore: added a .gitignore
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@@ -1 +1,23 @@
|
||||
node_modules
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# build output
|
||||
**/dist/
|
||||
.next/
|
||||
coverage/
|
||||
**/*.tsbuildinfo
|
||||
|
||||
# env
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# turbo
|
||||
.turbo/
|
||||
|
||||
# logs
|
||||
*.log
|
||||
|
||||
# OS/editor
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user