ff-webpage/.gitignore

25 lines
193 B
Text
Raw Permalink Normal View History

2024-10-30 14:02:47 +00:00
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
2024-08-17 11:49:11 +00:00
2024-10-30 14:02:47 +00:00
# Node dependencies
node_modules
2024-08-17 11:49:11 +00:00
2024-10-30 14:02:47 +00:00
# Logs
logs
*.log
2024-08-17 11:49:11 +00:00
2024-10-30 14:02:47 +00:00
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example