This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
PyLink
Watch
3
Star
0
Fork
0
You've already forked PyLink
mirror of
https://github.com/jlu5/PyLink.git
synced
2025-02-11 12:00:45 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
PyLink
/
.gitignore
11 lines
70 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Support loading different config files from the command line Closes #84. Logs, PID files, and relay DBs will name themselves differently for every instance, to prevent conflicts. The default is always config.yml.
2015-08-03 19:27:19 -07:00
*.yml
.gitignore: add *.db
2015-07-12 16:28:33 -07:00
build/
Initial upload!
2015-03-19 12:55:18 -07:00
__pycache__/
*.py[cod]
*.bak
*~
*.save*
.gitignore: add *.db
2015-07-12 16:28:33 -07:00
*.db
Support loading different config files from the command line Closes #84. Logs, PID files, and relay DBs will name themselves differently for every instance, to prevent conflicts. The default is always config.yml.
2015-08-03 19:27:19 -07:00
*.pid
.gitignore: ignore .pem files
2015-08-10 20:26:10 -07:00
*.pem
Reference in New Issue
Copy Permalink