S
S
SolnceSAI2017-09-26 10:17:43
git
SolnceSAI, 2017-09-26 10:17:43

How to exclude all folders with .gitignore except for one?

I want to have only one folder under the git from the whole project. But the following code doesn't work:
*
!local/templates/
What's wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hOtRush, 2017-09-26
@SolnceSAI

Try

/*
!/local
/local/*
!/locale/templates
!/.gitignore

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question