# See https://help.github.com/articles/ignoring-files for more about ignoring files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' # Ignore bundler config. /.bundle # Ignore .env file /.env # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal # Ignore all logfiles and tempfiles. *.log /tmp /public/assets /public/system /public/uploads coverage/ .DS_Store *.swp /build/* !/build/favicon.png node_modules/* dump.rdb spec/screenshot .ruby-gemset .crowdin.yaml .rvmrc /doc .yardoc rev-manifest.json .vagrant .rspec-local *.dump eagle_seeds.sql # https://console.aws.amazon.com/s3/home?region=eu-west-1#&bucket=lmn-assets&prefix=alphabet/ /src/components/garousel/images # Ignore IDE related files /.idea