init with dotfiles

This commit is contained in:
2026-02-17 03:54:21 +05:30
parent dcb19e0a2f
commit 1013ccc34d
2 changed files with 31 additions and 0 deletions

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
node_modules
.env
.output
.nitro
.vscode
dist
.nuxt

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example