Skip to content

Commit

Permalink
Add pydev file to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrdoherty committed Nov 25, 2024
1 parent e4bfde8 commit e3b2d34
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
.idea/
*.iml


# Eclipse Project Junk
.factorypath
.settings/
.project
.classpath
.vscode

.pydevproject

# Build directories
/build/
Expand All @@ -20,15 +19,12 @@
# Dependencies
node_modules/


# Gradle meta
.gradle/


# Compiled things
*.class


# Other version control
.svn/

Expand All @@ -37,4 +33,4 @@ node_modules/
#
target
*~
.DS_Store
.DS_Store

0 comments on commit e3b2d34

Please sign in to comment.