You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
194 B
20 lines
194 B
# OSX specific
|
|
.DS_Store
|
|
|
|
# Ruby/Rails specific
|
|
.bundle
|
|
.ruby-*
|
|
node_modules
|
|
public/assets
|
|
storage/*
|
|
tmp
|
|
log/*
|
|
db/*.sqlite3
|
|
|
|
# other
|
|
.git
|
|
.gitignore
|
|
LICENSE
|
|
VERSION
|
|
README.md
|
|
docker-compose.yml
|