Postingan lainnya
ini kenapa ya?saat mau pushh ke github
ACER@DESKTOP-028EC8Q MINGW64 /c/laragon/www/laravel-9-ecommerce (master)
$ git add *
The following paths are ignored by one of your .gitignore files:
vendor
hint: Use -f if you really want to add them.
hint: Turn this message off by running
hint: "git config advice.addIgnoredFile false"
0
Tanggapan
isi .gitignore nya seperti apa
1 Jawaban:
<pre>The following paths are ignored</pre><div><br>berarti di sini path dari .gitignore salah<br>coba check .gitignore dan add<br><br>add the following line to your .gitignore<br><br></div><pre>!path/to/check</pre><div>kasih tanda ! untuk awal nya</div>
0