Files
DeltaCMS/.gitignore
Florian Bouillon af9632ec4d Added .gitea to gitignore
And addon is using this folder
2019-05-07 14:44:08 +02:00

39 lines
427 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/
#VSCode addons
.gitea/
# OS Related Exclusions (used: https://gitignore.io/)
# Linux
.directory
# Windows
[Dd]esktop.ini
# MacOS
.DS_Store