Moved data to data folder, copied on compile
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@ -9,13 +9,16 @@
|
||||
*.pfx
|
||||
.vs
|
||||
obj/
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
**/src/NadekoBot/bin
|
||||
Tests/bin
|
||||
src/NadekoBot/credentials.json
|
||||
src/NadekoBot/project.lock.json
|
||||
src/NadekoBot/data/*
|
||||
src/NadekoBot/data/NadekoBot.db
|
||||
src/NadekoBot/musicdata/*
|
||||
src/NadekoBot/project.lock.json
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
@ -25,12 +28,7 @@ src/NadekoBot/data/*
|
||||
!**/packages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/packages/repositories.config
|
||||
NadekoBot/bin/Debug/data/nadekobot.sqlite
|
||||
NadekoBot/bin/Debug/data/config.json
|
||||
NadekoBot/bin/Debug/data/ServerSpecificConfigs.json
|
||||
NadekoBot.sln.iml
|
||||
.idea/workspace.xml
|
||||
.idea/vcs.xml
|
||||
.idea/modules.xml
|
||||
NadekoBot/bin/Debug/data/config_xnaas.json
|
||||
src/NadekoBot/project.lock.json
|
||||
.idea/modules.xml
|
Reference in New Issue
Block a user