lume/.gitignore

39 lines
381 B
Plaintext
Raw Normal View History

2023-12-25 07:28:39 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dependencies
node_modules
.pnp
.pnp.js
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
2024-01-25 11:49:53 +00:00
coverage/
2023-12-25 07:28:39 +00:00
# Turbo
2024-01-25 11:49:53 +00:00
.turbo/
2023-12-25 07:28:39 +00:00
# Vercel
2024-01-25 11:49:53 +00:00
.vercel/
2023-12-25 07:28:39 +00:00
# Build Outputs
.next/
out/
2024-01-25 11:49:53 +00:00
build/
dist/
2023-12-25 07:28:39 +00:00
# Debug
2024-02-06 02:15:20 +00:00
*.log.*
2023-02-21 07:58:47 +00:00
2023-12-25 07:28:39 +00:00
# Misc
2023-02-21 07:58:47 +00:00
.DS_Store
2023-12-25 07:28:39 +00:00
*.pem
2024-02-01 05:54:25 +00:00
.vscode/
2024-06-24 03:06:12 +00:00
.idea/