added temp db files to gitignore, added link to login page to index, changed around the comment form, comments and posts
This commit is contained in:
parent
f57338ab51
commit
bdb2d0a0b5
7 changed files with 65 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,8 @@
|
|||
ImageBoardServerApp/bin/
|
||||
ImageBoardServerApp/obj/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
Migrations/
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue