Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow

This commit is contained in:
2026-01-30 15:34:12 +00:00
parent 7ec0d46b63
commit a506049d48

41
templates/rails.gitignore Normal file
View File

@@ -0,0 +1,41 @@
# Dependencies
/node_modules
/bower_components
# Testing
/coverage
# Production
/dist
# Misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock