Basic project
This commit is contained in:
commit
7b06cbf939
5 changed files with 273 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Binaries
|
||||
/privacyhex
|
||||
*.exe
|
||||
*.test
|
||||
*.tmp
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
|
||||
.DS_Store
|
Reference in a new issue