33 строки
413 B
Plaintext
33 строки
413 B
Plaintext
# Ignore bundler config
|
|
/.bundle
|
|
|
|
# Ignore the default SQLite database.
|
|
/db/*.sqlite3
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
/log/*.log
|
|
/tmp
|
|
|
|
*.gem
|
|
*.rbc
|
|
.bundle
|
|
.config
|
|
coverage
|
|
InstalledFiles
|
|
lib/bundler/man
|
|
pkg
|
|
rdoc
|
|
spec/reports
|
|
test/tmp
|
|
test/version_tmp
|
|
tmp
|
|
|
|
# this is a GEM project
|
|
Gemfile.lock
|
|
|
|
# VSCode stuff
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json |