Stefanmelz of slashworks
11/28/2016 - 3:14 PM

Git Ignore Besipiel

Git Ignore Besipiel

# OS
.DS_Store
Thumbs.db

# IDEs
.buildpath
.project
.settings/
.build/
.idea/
nbproject/

# theme
src/files/theme/**/booztrap.crush.css
src/files/theme/**/booztrap.crush.css.map


# Contao
src/contao/update.phar.php
src/assets/css/*
src/assets/images/*/*
src/assets/js/*
src/share/*.xml
src/system/cache/*
src/system/html/*
src/system/logs/*
src/system/tmp/*
src/files/Medien
src/files/medien
src/files/media
src/system/cron/*

# fail prevention: 
src/check
src/.gitignore

### Windows template
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

!src/assets/css/index.html
!src/assets/images/*/index.html
!src/assets/js/index.html