mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 02:42:14 +00:00
37 lines
404 B
Plaintext
37 lines
404 B
Plaintext
|
|
# Development config
|
|
.vscode/
|
|
/tmp/
|
|
/config/
|
|
|
|
#Exclude default cache folder
|
|
cache/
|
|
|
|
# Exclude dependencies
|
|
/vendor/
|
|
|
|
# exclude logs
|
|
/logs/*
|
|
*.log
|
|
|
|
# but allow .gitkeep to keep the folder
|
|
!/logs/.gitkeep
|
|
|
|
# excludes modules
|
|
modules/*
|
|
|
|
# but allow example module
|
|
!modules/ModuleName/
|
|
|
|
|
|
# OS Related Exclusions (used: https://gitignore.io/)
|
|
|
|
# Linux
|
|
.directory
|
|
|
|
# Windows
|
|
[Dd]esktop.ini
|
|
|
|
# MacOS
|
|
.DS_Store
|