GP-0: Ignoring .pydevproject files

This commit is contained in:
Ryan Kurtz 2023-08-07 14:08:27 -04:00
parent 74156281c6
commit 1f75605c16
5 changed files with 5 additions and 0 deletions

View file

@ -245,6 +245,7 @@ task assembleDistribution (type: Copy) {
exclude "**/certification.local.manifest"
exclude "**/.project"
exclude "**/.classpath"
exclude "**/.pydevproject"
exclude "**/delete.me"
exclude "**/.vs/**"
exclude "**/*.vcxproj.user"