Adds DBEditor to Master Project
DBEditor can now add new groups
This commit is contained in:
parent
64ca3e7148
commit
ca9c5a5d4a
17 changed files with 2042 additions and 0 deletions
55
DBEditor/.gitignore
vendored
Normal file
55
DBEditor/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
|
||||
# Compiled source #
|
||||
###################
|
||||
*.com
|
||||
*.class
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
*/bin/*
|
||||
*/obj/*
|
||||
bin/*
|
||||
obj/*
|
||||
|
||||
# Packages #
|
||||
############
|
||||
# it's better to unpack these files and commit the raw source
|
||||
# git has its own built in compression methods
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store?
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
|
||||
|
||||
# Visual Studio shit Motherfucka #
|
||||
##################################
|
||||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.cache
|
||||
*.pdb
|
||||
*.csproj.user
|
||||
*/_ReSharper*/*
|
||||
*.user
|
||||
|
||||
#Template Bat file#
|
||||
###################
|
||||
myass.bat
|
||||
Loading…
Add table
Add a link
Reference in a new issue