mirror of
https://github.com/DarrylNixon/CrowdTLS-server.git
synced 2024-09-22 18:19:43 -07:00
Initial MVP
This commit is contained in:
parent
8edd610e7c
commit
1e33720feb
14 changed files with 468 additions and 77 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -56,7 +56,7 @@ cover/
|
|||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
*.log
|
||||
**/*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
|
@ -158,3 +158,5 @@ cython_debug/
|
|||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
**/.DS_Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue