remove useless export. focus on main goal
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,15 +1,18 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
# ============== My Options ==============
|
||||
|
||||
# ignore generated Virtools.props
|
||||
SuperScriptMaterializer/Virtools.props
|
||||
GPVirtoolsStatic/Virtools.props
|
||||
|
||||
# ignore generated database
|
||||
*.db
|
||||
*.db-journal
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
@ -362,4 +365,8 @@ healthchecksdb
|
||||
MigrationBackup/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
.ionide/
|
||||
|
||||
# ============== My Options ==============
|
||||
# force adding debug profile for SuperScriptMaterializer
|
||||
!SuperScriptMaterializer/SuperScriptMaterializer.vcxproj.user
|
||||
|
Reference in New Issue
Block a user