This commit is contained in:
2026-01-30 09:01:41 +01:00
parent 0b11bc7f7d
commit 9cd7115989
798 changed files with 7667 additions and 0 deletions

26
nova farma/config/.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Dependencies
node_modules/
package-lock.json
# Build output
dist/
build/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.local
out/

View File

@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}