Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Using .gitignore to hide all but specific directory

OnIIcE
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 17, 2014

Hi,

I'm new to sourcecontrol/sourcetree and git in general - so things are a bit confusing for me atm.

I have been reading about the .gitignore file, and how to use it with my project

i have

*
!wp-content/themes/mytheme/

in my .gitignore file, to ingore everything but the theme file for a wordpress site.

No matter what combination of stuff, I cant get the dont ignore line to work.

What am I doing wrong?!

Thanks =)

1 answer

1 vote
Rafael Sperafico
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 18, 2014

Hi Fred,

Please, find below the answer to your question on how to ignore everything but specific directories using .gitignore.

# Ignore everything
*

# But not these files
!wp-content/themes/mytheme
!wp-content/themes/mytheme/*

Kind regards,
Rafael

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events