16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
#Ignores gitignore
|
|
.gitignore
|
|
|
|
#Ignores all folders
|
|
/*
|
|
|
|
#Except Plugin folders
|
|
!/CenRa_COPIE/*
|
|
!/CenRa_FLUX/*
|
|
!/CenRa_METABASE/*
|
|
!/CenRa_POSTGIS/*
|
|
!/CenRa_SICEN/*
|
|
!/CenRa_AUTOMAP/*
|
|
|
|
*__pycache__*
|