OHDSI / ETL-CDMBuilder

ETL-CDMBuilder is a repo containing a .NET Core application to perform ETL to OMOP CDM for multiple databases
Apache License 2.0
50 stars 32 forks source link

Ignore .svn directories #4

Closed aguynamedryan closed 9 years ago

aguynamedryan commented 9 years ago

Since you're using SVN internally, #3 isn't a usable pull request.

This pull request should remove the .svn directory from the git repository without deleting the files off of your disk. I then added a .gitignore file that should cause git to ignore .svn directories.

ericaVoss commented 9 years ago

Understood. If you are asking me to just merge the pull request so others can benefit I can do that.

The next time we update this code, I will drop existing code and update with our current version. We well exclude the SVN files at that time.

ericaVoss commented 9 years ago

@aguynamedryan - okay, I'll merge the files for others benefit. Next time we will not include the SVN files.