Skip to content

Commit

Permalink
Remove .idea Folder from Algorithms and Data Structures project (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtenzQ authored Jun 28, 2024
1 parent f9e08fc commit 860db90
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 57 deletions.
27 changes: 11 additions & 16 deletions algorithms-data-structs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### Eclipse ###
### STS ###
.apt_generated
.classpath
.factorypath
Expand All @@ -28,6 +17,15 @@ bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### NetBeans ###
/nbproject/private/
/nbbuild/
Expand All @@ -37,6 +35,3 @@ bin/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store
8 changes: 0 additions & 8 deletions algorithms-data-structs/.idea/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions algorithms-data-structs/.idea/gradle.xml

This file was deleted.

10 changes: 0 additions & 10 deletions algorithms-data-structs/.idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions algorithms-data-structs/.idea/vcs.xml

This file was deleted.

0 comments on commit 860db90

Please sign in to comment.