This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
ACMS/.gitignore
2017-04-25 21:55:53 +02:00

17 lines
274 B
Plaintext

######################
### ACMS GITIGNORE ###
######################
## Simple logs files don't have to be shared...
*.log
## Data and credentials, secret ones !
src/*/Data
src/*/Credentials
## Python cancer stuffs
*__pycache__*
## Never binaries, never !
src/VNC/bin/*