mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-27 18:57:47 +00:00
refactor: Improve .gitignore and untrack node_modules
This commit is contained in:
+8
-2
@@ -38,8 +38,14 @@ logs/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
pip-wheel-metadata/
|
||||
node_modules/ # Untuk dependensi frontend di masa depan
|
||||
# Jangan abaikan package-lock.json, ini penting untuk instalasi konsisten
|
||||
# package-lock.json
|
||||
|
||||
# Folder dependensi Node.js
|
||||
node_modules/
|
||||
|
||||
# File konfigurasi & cache dari tooling frontend (ESLint, Prettier, dll)
|
||||
eslint.config.js
|
||||
|
||||
# ==============================================================================
|
||||
# File Spesifik IDE & Sistem Operasi
|
||||
|
||||
Reference in New Issue
Block a user