1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge branch 'Snailclimb:master' into flameking_work-A

This commit is contained in:
flameking 2021-11-09 23:43:50 +08:00 committed by GitHub
commit 6f5aeb1bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
* text=auto
*.js linguist-language=java
*.css linguist-language=java
*.html linguist-language=java

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
/node_modules
/package-lock.json
/dist
.DS_Store