mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
ba7b6af89b
Easier syntax highlighting with editors this way, since the file extension is now something they recognize. Also, update README and .gitignore accordingly.
14 lines
132 B
Plaintext
14 lines
132 B
Plaintext
# Ignore config files except the example ones
|
|
*.yml
|
|
!example-*.yml
|
|
|
|
build/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.bak
|
|
*~
|
|
*.save*
|
|
*.db
|
|
*.pid
|
|
*.pem
|