Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

是不是考虑把编译的结果不要推送上来呀,下载半天,原来idea 编译后的class 文件都在上面。 #104

Open
su-yh opened this issue May 14, 2023 · 2 comments

Comments

@su-yh
Copy link

su-yh commented May 14, 2023

是不是考虑把编译的结果不要推送上来呀,下载半天,原来idea 编译后的class 文件都在上面。

@guo36112
Copy link

guo36112 commented May 14, 2023 via email

@su-yh
Copy link
Author

su-yh commented May 14, 2023

.gitignore 参考文件


### gradle ###
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar

### STS ###
.settings/
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
bin/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
rebel.xml

### NetBeans ###
nbproject/private/
build/
nbbuild/
nbdist/
.nb-gradle/

### maven ###
target/
*.war
*.ear
*.zip
*.tar
*.tar.gz
*.versionsBackup

### vscode ###
.vscode

### logs ###
/logs/
*.log

### temp ignore ###
*.cache
*.diff
*.patch
*.tmp
*.java~
*.properties~
*.xml~

### system ignore ###
.DS_Store
Thumbs.db
Servers
.metadata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants