This includes more rails things that should be ignored, and various editor workspace directory/files.
This commit is contained in:
Claire 2018-10-15 11:00:51 +01:00
Родитель 1339e974eb
Коммит 224831121f
1 изменённых файлов: 31 добавлений и 0 удалений

31
.gitignore поставляемый
Просмотреть файл

@ -1,2 +1,33 @@
*.rbc
capybara-*.html
.rspec
/log
/tmp
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
*.orig
rerun.txt
pickle-email-*.html
# Ignore Byebug command history file.
.byebug_history
# Ignore precompiled javascript packs
/public/packs
/public/packs-test
/public/assets
# Ignore uploaded files in development
/storage/*
!/storage/.keep
# Editors
*.sublime-workspace
*.sublime-project
.idea
.vscode
.DS_Store