mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 18:35:15 +00:00
git files
This commit is contained in:
parent
9c57545cf3
commit
fede0fa335
2 changed files with 25 additions and 1 deletions
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# https://help.github.com/articles/dealing-with-line-endings/
|
||||
#
|
||||
# Linux start script should use lf
|
||||
/gradlew text eol=lf
|
||||
|
||||
# These are Windows script files and should use crlf
|
||||
*.bat text eol=crlf
|
||||
|
||||
# Binary files should be left untouched
|
||||
*.jar binary
|
||||
|
||||
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -5,6 +5,10 @@ build/
|
|||
out/
|
||||
classes/
|
||||
|
||||
# Eclipse
|
||||
|
||||
*.launch
|
||||
|
||||
# IDEA
|
||||
|
||||
.idea/
|
||||
|
|
@ -12,6 +16,14 @@ classes/
|
|||
*.ipr
|
||||
*.iws
|
||||
|
||||
# VSCode
|
||||
|
||||
.settings/
|
||||
.vscode/
|
||||
bin/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# macOS
|
||||
|
||||
*.DS_Store
|
||||
|
|
@ -25,4 +37,4 @@ run/
|
|||
hs_err_*.log
|
||||
replay_*.log
|
||||
*.hprof
|
||||
*.jfr
|
||||
*.jfr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue