This website requires JavaScript.
Explore
Help
Sign In
Pathogen
/
monolith
Watch
2
Star
0
Fork
You've already forked monolith
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
659d5b391b
monolith
/
.gitignore
11 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Create gitignore file
2017-11-18 20:36:51 +00:00
*.pyc
*.pem
Rework data structures, storing all front-end network data in Network objects
2019-08-11 20:58:14 +00:00
*.swp
Add __pycache__ to gitignore
2018-03-04 13:17:04 +00:00
__pycache__/
Pass through configuration directories to compose
2022-07-29 07:31:01 +00:00
conf/live/
conf/cert/
Create gitignore file
2017-11-18 20:36:51 +00:00
env/
Use proper port for SSL listener
2022-07-29 21:22:22 +00:00
venv/
Make some addresses and hosts configurable with environment variables
2022-07-28 18:38:37 +00:00
.idea/
Add stack.env file
2022-07-28 18:57:26 +00:00
.env