Skip to content

Instantly share code, notes, and snippets.

@frank-laemmer
Created August 27, 2019 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frank-laemmer/f67b1049d85a528adc482d0767b3d4f5 to your computer and use it in GitHub Desktop.
Save frank-laemmer/f67b1049d85a528adc482d0767b3d4f5 to your computer and use it in GitHub Desktop.
fortrabbit Craft CMS .gitignore
# CRAFT ENVIRONMENT
.env
# COMPOSER
/vendor
# ASSETS
# Exclude uploaded images from Git
# Upload via rsync or by ssh/sftp instead
/web/assets/*
/web/cpresources/*
# BUILD FILES
*.sass-cache
/bower_components/*
/build/*
/node_modules/*
/npm-debug.log
/yarn-error.log
Build/*
# MISC FILES
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
.cache
.code
.DS_Store
.idea
.project
.settings
.vscode/*
*.bak
*.esproj
*.log
*.orig
*.sql
*.sublime-project
*.sublime-workspace
*.tmproj
*.tmproject
*aspnet_client/*
*Thumbs.db
config.codekit3
prepros-6.config
Source/.idea/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment