- Move ldap_config.json from ./data/ to backend/config/ - Update users.py to read LDAP config from backend/config/ldap_config.json - Create frontend/config/ directory for future frontend configs - DATA_DIR still used for database and runtime files in ./data/ - Update .gitignore to track backend/config/ but ignore runtime data dirs
12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
backend/venv/
|
|
backend/data/
|
|
backend/logs/
|
|
frontend/logs/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
.DS_Store
|
|
aInventory-PROD*
|
|
aInventory-PROD*.zip
|
|
logs/
|