P
P
Pavel2017-07-13 20:06:18
git
Pavel, 2017-07-13 20:06:18

Why doesn't git keep track of all folders and files?

I use git for the whole openserver at once, along with the files of all sites there are ~ 15000 files, I may not have noticed before, but here's the thing, I edit the files in the wp theme, the path is D:\OpenServer\domains\wordpress\wp-content\themes\templateName
there a lot of php files and not one of them is seen by git , git status says clean .
Gitignor content

/**/node_modules/
/**/Thumbs.db
.idea/
## File-based project format:
*.iws
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
/**/.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml

where to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
laxikodeje, 2017-07-14
@laxikodeje

git add .
git add*

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question