1
1
mirror of https://github.com/ARK-Unity/ark-unity.git synced 2024-07-12 23:40:12 +02:00
ark-unity/.gitignore

57 lines
616 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.npm
# next.js
.next
out
# production
build
dist
.swc
# testing
coverage
cypress/screenshots
cypress/videos
cypress/downloads
# envs
.env
.env.production
.env.development
secrets
# debug
npm-debug.log*
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
.DS_Store
*.pem
.turbo
bin/
_legacy/
# typescript
*.tsbuildinfo
next-env.d.ts