Skip to content

Instantly share code, notes, and snippets.

@astyagun
Last active June 25, 2020 17:50
Show Gist options
  • Save astyagun/89742f699a1a457fda1e to your computer and use it in GitHub Desktop.
Save astyagun/89742f699a1a457fda1e to your computer and use it in GitHub Desktop.
.gitignore
# Local configuration
/.docker.env
/.env
/.haml-lint.yml
/.yardoc
/coffeelint.json
/config/database.yml
/config/master.key
/config/secrets.yml.key
/config/settings.local.yml
# IDEs
*.swo
*.swp
# Local Ruby environment
/.docker-sync
/node_modules
/vendor/bundle
# Logfiles and tempfiles
!/log/.keep
!/storage/.keep
!/tmp/.keep
.byebug_history
/.sass-cache
/coverage
/log/*
/public/image_uploads
/public/packs
/public/packs-test
/public/system
/public/uploads
/spec/examples.txt
/storage/*
/tmp/*
/yarn-error.log
# Other
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment