mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-16 00:28:58 +00:00
gitignore update
This commit is contained in:
parent
4c3f4ebd37
commit
4735fd5ac4
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -21,3 +21,11 @@
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
/bin/
|
||||||
|
|
||||||
|
# access token
|
||||||
|
*.priv
|
||||||
|
|
||||||
|
# eclipse
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
|
Loading…
Reference in a new issue