15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
#Ignores gitignore
|
|
.gitignore
|
|
|
|
#Ignores all folders
|
|
/*
|
|
*__pycache__/
|
|
plugins.xml
|
|
|
|
#Except Plugin folders
|
|
!/CenRa_AUTOMAP/*
|
|
!/CenRa_COPIE/*
|
|
!/CenRa_FLUX/*
|
|
!/CenRa_METABASE/*
|
|
!/CenRa_POSTGIS/*
|
|
!/CenRa_SICEN/* |