fn-node/.gitignore
fnkit 70a9e69660
All checks were successful
/ deploy (push) Successful in 30s
initial commit - node function
2026-02-17 16:45:11 +00:00

17 lines
145 B
Text

# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile.local
# Node.js
node_modules/
npm-debug.log
yarn-error.log
.env