Files
VITEC-website/.gitignore

124 lines
2.7 KiB
Plaintext

# ==================================================
# TYPO3 CMS v13 - Composer-based project
# Projekt: VITEC
# ==================================================
# --------------------------------------------------
# Environment & Secrets
# --------------------------------------------------
.env
.env.*
!.env.example
/config/system/settings.php
auth.json
# --------------------------------------------------
# Composer dependencies
# --------------------------------------------------
/vendor/
/bin/
# --------------------------------------------------
# TYPO3 system directories
# --------------------------------------------------
/var/
/public/typo3/
/public/typo3temp/
/public/typo3_src
/public/index.php
/public/_assets/
/public/typo3conf/ext/*
/public/typo3conf/l10n/
/public/typo3conf/PackageStates.php
/public/typo3conf/PackageStates.php.*
/public/typo3conf/ENABLE_INSTALL_TOOL
/public/typo3conf/*.log
# --------------------------------------------------
# User-generated content
# --------------------------------------------------
/public/fileadmin/
/public/uploads/
/public/_frontend/
# --------------------------------------------------
# Projektspezifisch ignoriert
# --------------------------------------------------
check_products.php
# --------------------------------------------------
# Node.js / Frontend build tools
# --------------------------------------------------
/node_modules/
/dist/
/build/
# --------------------------------------------------
# IDE & Editor settings
# --------------------------------------------------
.idea/
.vscode/
*.iml
*.code-workspace
.fleet/
*.sublime-project
*.sublime-workspace
.buildpath
.project
.settings/
# --------------------------------------------------
# OS metadata
# --------------------------------------------------
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
.TemporaryItems
# --------------------------------------------------
# Testing & CI
# --------------------------------------------------
/Build/*
!/Build/Patches/
.php_cs.cache
.php-cs-fixer.cache
phpunit.xml
.phpunit.result.cache
# --------------------------------------------------
# Temporary & backup files
# --------------------------------------------------
*.bak
*.swp
*.swo
*~
*.log
*.cache
*~[0-9]*
# --------------------------------------------------
# Security
# --------------------------------------------------
phpver.php
phpinfo.php
# --------------------------------------------------
# AI tools
# --------------------------------------------------
CLAUDE.local.md
.aider*
.continue/
# Working backups created by the SSHFS-deploy workflow
*.bak.*
# TYPO3 auto-generated public assets
/public/_assets_install/
# local developer scratch notes
.dev-notes.md