| # See https://help.github.com/articles/ignoring-files for more about ignoring files. | = | # 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 | # If you find yourself ignoring temporary files generated by your text editor | |
| # or operating system, you probably want to add a global ignore instead: | # or operating system, you probably want to add a global ignore instead: | |
| # git config --global core.excludesfile '~/.gitignore_global' | # git config --global core.excludesfile '~/.gitignore_global' | |
| # Ignore bundler config. | # Ignore bundler config. | |
| /.bundle | /.bundle | |
| # Ignore the default SQLite database. | # Ignore the default SQLite database. | |
| /db/*.sqlite3 | /db/*.sqlite3 | |
| /db/*.sqlite3-journal | /db/*.sqlite3-journal | |
| # Ignore all logfiles and tempfiles. | # Ignore all logfiles and tempfiles. | |
| /log/* | /log/* | |
| /tmp/* | /tmp/* | |
| !/log/.keep | !/log/.keep | |
| !/tmp/.keep | !/tmp/.keep | |
| npm-debug.log* | npm-debug.log* | |
| yarn-debug.log* | yarn-debug.log* | |
| yarn-error.log* | yarn-error.log* | |
| # Ignore uploaded files in development | # Ignore uploaded files in development | |
| /storage/* | /storage/* | |
| -+ | !/storage/.keep | |
| /public/packs | ||
| /public/packs-test | ||
| = | ||
| # Dependencies | # Dependencies | |
| /node_modules | /node_modules | |
| /public/assets | /public/assets | |
| .byebug_history | .byebug_history | |
| # Ignore master key for decrypting credentials and more. | # Ignore master key for decrypting credentials and more. | |
| /config/master.key | /config/master.key | |
| # IDEs and editors | # IDEs and editors | |
| .idea | .idea | |
| .vscode | .vscode | |
| .vs | .vs | |
| .project | .project | |
| .classpath | .classpath | |
| .c9/ | .c9/ | |
| *.launch | *.launch | |
| .settings/ | .settings/ | |
| *.sublime-workspace | *.sublime-workspace | |
| *.suo | *.suo | |
| *.ntvs* | *.ntvs* | |
| *.njsproj | *.njsproj | |
| *.sln | *.sln | |
| # Misc | # Misc | |
| .npm | .npm | |
| .eslintcache | .eslintcache | |
| .yarn-integrity | .yarn-integrity | |
| # System Files | # System Files | |
| .DS_Store | .DS_Store | |
| .AppleDouble | .AppleDouble | |
| .LSOverride | .LSOverride | |
| # Thumbnails | # Thumbnails | |
| ._* | ._* | |
| Thumbs.db | Thumbs.db | |
| ehthumbs.db | ehthumbs.db | |
| ehthumbs_vista.db | ehthumbs_vista.db | |
| # Dump file | # Dump file | |
| *.stackdump | *.stackdump | |
| # Folder config file | # Folder config file | |
| [Dd]esktop.ini | [Dd]esktop.ini | |
| # Windows shortcuts | # Windows shortcuts | |
| *.lnk | *.lnk | |
| # Vagrant | # Vagrant | |
| /.vagrant | /.vagrant |