Skip to content
Discussion options

You must be logged in to vote

You may have another git config somewhere in your system that is ignoring a folder called tags. Try to manually add these files with git add pages/tags/[tag].js

If the file is being ignored, you will see an output like

The following paths are ignored by one of your .gitignore files:

If you see this then you have two solutions: find the .gitignore file (you should also look at .git/info/exclude and the core.excludesfile config) and remove the tags folder, or add the files with the -f flag: git add -f pages/tags/[tag].js

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StevenXL
Comment options

Answer selected by StevenXL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants