A service to replicate and serve requests for site configurations based on site ID, public IP, and the on-site lead contact's OTP.
Revisión | 4b05d340cdb27f3e79bc3407e60c9e1e914771a3 (tree) |
---|---|
Tiempo | 2021-10-12 11:10:58 |
Autor | S. Seago <sseago-dev@proj...> |
Commiter | S. Seago |
Add some python excludes
@@ -1,10 +1,11 @@ | ||
1 | +# Python | |
2 | +\.py[cod]$ | |
3 | +venv/ | |
4 | + | |
1 | 5 | # Node artifact files |
2 | 6 | node_modules/ |
3 | 7 | dist/ |
4 | 8 | |
5 | -# Compiled Python bytecode | |
6 | -\.py[cod]$ | |
7 | - | |
8 | 9 | # Log files |
9 | 10 | \.log$ |
10 | 11 |