-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (45 loc) · 1.24 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
*.pfx
obj/
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
**/Bin/MidnightBot.zip
**/Bin/Debug/**
**/Bin/Release/
**/Bin/PRIVATE/
**/Bin/MidnightBot/
!**/Bin/Debug/opus.dll
!**/Bin/Debug/libsodium.dll
!**/Bin/Debug/Nito.AsyncEx.Enlightenment.dll
!**/Bin/Debug/Nito.AsyncEx.dll
!**/Bin/Debug/WebSocket4Net.dll
!**/Bin/Debug/sqlite3.dll
!**/Bin/Debug/data/*
!**/Bin/Debug/data/
!**/Bin/Debug/credentials_example.json
Tests/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
MidnightBot/bin/Debug/data/MidnightBot.sqlite
MidnightBot/bin/Debug/data/config.json
MidnightBot/bin/Debug/data/incidents
MidnightBot/bin/debug/data/musicdata
MidnightBot/bin/Debug/data/permissions
MidnightBot/bin/Debug/data/ServerSpecificConfigs.json
MidnightBot/bin/Debug/credentials.json
MidnightBot.sln.iml
.idea/workspace.xml
.idea/vcs.xml
.idea/modules.xml