Files
Vladislav.Yaroshchuk 5bc6f4f6c2 IDEA-269182 Implement listener to add checksums and bind repo for new libraries
We don't want to force developers update checksums and
select bind repository manually when we can do this
automatically in listener when new library is added.

GitOrigin-RevId: 5af3ed3e12e4861819b3ce648870280c77a25231
2022-12-12 21:27:26 +00:00

29 lines
344 B
Plaintext

### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store