Skip to content

Commit

Permalink
remove generated migration code from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed May 13, 2017
1 parent 48b2088 commit c035457
Show file tree
Hide file tree
Showing 4 changed files with 1,330 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,9 @@
drone/drone
*.sqlite
*_gen.go
!store/datastore/sql/sqlite/sql_gen.go
!store/datastore/sql/mysql/sql_gen.go
!store/datastore/sql/postgres/sql_gen.go
!server/template/template_gen.go
#*.css
*.txt
*.zip
*.gz
*.out
*.min.js
*.deb
.env
temp/
extras/
release/

server/frontend/bower_components
server/frontend/build
server/swagger/files/*.json

# vendored repositories that we don't actually need
# to vendor. so exclude them

vendor/google.golang.org/cloud
vendor/github.com/bugagazavr

# IDE/Editor stuff
.idea
Loading

0 comments on commit c035457

Please sign in to comment.