Skip to content

Commit

Permalink
adjust auth style for single page
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonweng committed Aug 22, 2017
1 parent 97a0bab commit 74c923c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
.env
Dockerfile
*.sh
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof
tmp/*

node_modules/
*.js.map
*.css.map
npm-debug.log

.DS_Store

*_env
2 changes: 1 addition & 1 deletion clean/views/auth/assets/qor_auth.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74c923c

Please sign in to comment.