- Root: README.md, LICENSE, INSTALL.de.md, INSTALL.en.md only - schneespur/: all application source code - Added .gitignore for vendor/, node_modules/, release/, .env, build artifacts - Removed vendor/ and release/ from git tracking (15,699 files) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
40 lines
522 B
Text
40 lines
522 B
Text
# Dependencies
|
|
/schneespur/vendor/
|
|
/node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
.env.backup
|
|
.env.production
|
|
|
|
# IDE / Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Laravel
|
|
/schneespur/storage/logs/*.log
|
|
/schneespur/storage/framework/cache/*
|
|
/schneespur/storage/framework/sessions/*
|
|
/schneespur/storage/framework/views/*
|
|
/schneespur/storage/testing/
|
|
|
|
# Build artifacts
|
|
/schneespur/public/build/
|
|
/schneespur/public/hot
|
|
|
|
# Testing
|
|
.phpunit.result.cache
|
|
.phpunit.cache/
|
|
|
|
# Release builds
|
|
/release/
|
|
|
|
# Misc
|
|
*.bak
|
|
*.orig
|