113 lines
1.4 KiB
Plaintext
113 lines
1.4 KiB
Plaintext
# ----------------------
|
|
# Personnalisé / PHP MVC
|
|
# ----------------------
|
|
**/module/
|
|
**/.env
|
|
**/*.local
|
|
**/*.config
|
|
**/config/database.php
|
|
**/documents
|
|
**/Libs
|
|
config/connexion_sql.php
|
|
|
|
# ----------------------
|
|
# Node.js
|
|
# ----------------------
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# ----------------------
|
|
# Python
|
|
# ----------------------
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
env/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# ----------------------
|
|
# Java
|
|
# ----------------------
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
target/
|
|
.idea/
|
|
*.iml
|
|
|
|
# ----------------------
|
|
# Visual Studio
|
|
# ----------------------
|
|
.vs/
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# ----------------------
|
|
# macOS
|
|
# ----------------------
|
|
.DS_Store
|
|
|
|
# ----------------------
|
|
# Windows
|
|
# ----------------------
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# ----------------------
|
|
# Logs
|
|
# ----------------------
|
|
*.log
|
|
|
|
# ----------------------
|
|
# IDE-specific files
|
|
# ----------------------
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# ----------------------
|
|
# Other temporary / backup files
|
|
# ----------------------
|
|
*.bak
|
|
*.tmp
|
|
*.swp
|
|
*.orig
|
|
*.diff
|
|
*.patch
|
|
*.sqlite
|
|
*.db
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# ----------------------
|
|
# Documentation
|
|
# ----------------------
|
|
*.pdf
|
|
*.docx
|
|
|
|
# ----------------------
|
|
# Images
|
|
# ----------------------
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.gif
|
|
|
|
# ----------------------
|
|
# Output / build directories
|
|
# ----------------------
|
|
dist/
|
|
build/
|
|
out/
|