Recraftory

.gitignore

Tentang file .gitignore

.gitignore

  • Menentukan file/folder yang tidak dilacak Git
  • Berguna untuk mengabaikan file sensitif atau hasil build
  • Meminimalkan repositori agar tetap bersih dan ringan

Contoh: Menulis node_modules/ dalam .gitignore untuk mengabaikan folder tersebut.

On this page