mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-21 09:19:59 +00:00
Initial commit with devise template from https://github.com/lewagon/rails-templates
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
.bundle
|
||||
log/*.log
|
||||
tmp/**/*
|
||||
tmp/*
|
||||
!log/.keep
|
||||
!tmp/.keep
|
||||
*.swp
|
||||
.DS_Store
|
||||
public/assets
|
||||
public/packs
|
||||
public/packs-test
|
||||
node_modules
|
||||
yarn-error.log
|
||||
.byebug_history
|
||||
.env*
|
Reference in New Issue
Block a user