Skip to content

Instantly share code, notes, and snippets.

@gavinworks
Created July 24, 2019 13:51
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 gavinworks/900470bfb62b51cdd7c8dd9926a5af45 to your computer and use it in GitHub Desktop.
Save gavinworks/900470bfb62b51cdd7c8dd9926a5af45 to your computer and use it in GitHub Desktop.
General gitignore file
# Numerous pesky always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
*.codekit-cache
config.codekit
*.mp4
*.webm
*.ogv
.buildpath
.idea
.DS_Store
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-*
._*
.Spotlight-V100
.Trashes
_notes
dwsync.xml
*.komodoproject
.komodotools
.hg
.svn
.CVS
intermediate
publish
.idea
sftp-config.json
_extras
*.css.map
*.sql
.ftpconfig
_images
_files
_comps
# OctoberCMS
.env
artisan
/index.php
/composer.lock
/bootstrap
/config
/modules
!/plugins
/plugins/*
!/plugins/webdoers
/plugins
/storage
/themes/demo
/themes/**/assets/app/css
/themes/**/assets/zurb/css
/themes/**/content
!/themes/**/scss/theme/components/content
/themes/**/meta
/themes/**/node_modules
/vendor
/install_files
/install.php
# Backup files, archives and .htaccess
*.bk
.htaccess
files.zip
images.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment