git ignore for java, Nodejs and theirs IDE

This commit is contained in:
xezzon 2022-03-04 18:16:11 +08:00
parent 34ecf80e51
commit 9e6636067d

41
.gitignore vendored
View File

@ -156,3 +156,44 @@ dist
.yarn/install-state.gz
.pnp.*
# IDE
# Intellij Idea
.idea/
target/
*.iml
*.iws
*.ipr
# Eclipse
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
.externalToolBuilders/
*.launch
*.pydevproject
.cproject
.autotools
.factorypath
.buildpath
.target
.tern-project
.texlipse
.springBeans
.recommenders/
.apt_generated/
.apt_generated_test/
.cache-main
.scala_dependencies
.worksheet
.project
# Visual Studio Code
.vscode/
.history/
*.vsix