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

20 lines
312 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/*
## .viminfo file
src/Server/.viminfo