Answer the question
In order to leave comments, you need to log in
.gitignore Ignore everything except individual files
For some reason, it is not possible to make the folder and its contents visible
# сначала все в игнор
*
# исключить из игнора файлик
!file.txt
# исключить из игнора папку с содержимым
!folder/*
Answer the question
In order to leave comments, you need to log in
if your files are on the path /a/b/c/d/*
you need to write like this:
*
!a
!a/b
!a/b/c
!a/b/c/d
!a/b/c/d/ *
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question