KtLeetcode/.gitignore

32 lines
360 B
Text
Raw Normal View History

2024-03-19 05:35:24 +01:00
### 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 ###
2024-11-06 05:43:56 +01:00
.DS_Store
Main.kt
.idea/