how do I gitignore `.cfconfig.json` ?
# cfml-general
j
how do I gitignore
.cfconfig.json
?
b
The same way you git ignore any other file?
g
Edit your .gitignore file and add a line for that file. It will be similar to the .env entry if you have one in there.
j
You would think so, wouldn't you? This is why I asked: https://www.screencast.com/t/aqu0K4buj
b
If it's already committed, you probably need to first delete it with a commit, then add it to the ignore.
Can you check and see if it's already in the repo
It shows as modified on your screen, not added, so i assume it's already comitted
@John Wilson
j
hmm
Interesting. That did it. Thank you, @bdw429s!