Initial: Basis-Dateien
This commit is contained in:
113
.gitignore
vendored
Normal file
113
.gitignore
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
# ==================================================
|
||||
# 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/
|
||||
|
||||
# --------------------------------------------------
|
||||
# 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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user