-
Notifications
You must be signed in to change notification settings - Fork 12
Description
📝 Provide a description of the new feature
I'm new to project explorer and Thor!
I've recently downloaded it and my workflow was with svn and .sc files for the binary conversion to text.
Looking at your videos online it seems like a great solution to take the hard work out of git for the day to day parts of committing to the local repo and pushing to remote to give us luddites an easy interface to git when using vfp.
I would like to be able to add dbf files into the git repo and commit them.
My .gitignore is:-
Ignore FoxPro binary files except .dbf
*.scx
*.sct
*.vcx
*.vct
*.mnx
*.mnt
*.frx
*.frt
*.dbc
*.cdx
*.pjx
*.ERR
*.fxp
*.sc
My.gitattributes file is :-
Treat FoxPro binary files as binary
*.scx binary
*.vcx binary
*.mnx binary
*.frx binary
*.dbc binary
*.cdx binary
*.dbf binary
Version control properties top to bottom:-
git
Include both in repository
Foxbin2prg
What is the expected behavior of the proposed feature? What is the scenario this would be used?
Is having dbf files in the project and committing them to git not included or have I missed something?
If I commit a .dbf file I would like it to commit the .dbf file as well.
If you'd like to see this feature implemented, add a 👍 reaction to this post.