File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -230,3 +230,5 @@ gradle-app.setting
230230# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
231231# gradle/wrapper/gradle-wrapper.properties
232232.vscode /settings.json
233+
234+ .idea /
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dev: dist-clean
2424 @echo " [START] Archiving plugin to dist/ folder... (dev mode)"
2525 @cat plugin.json | json_pp > /dev/null
2626 @mkdir dist
27- @zip -v -9 dist/${archive_file_name} -r . --exclude " tests/*" " env/*" " .git/*" " .pytest_cache/*"
27+ @zip -v -9 dist/${archive_file_name} -r . --exclude " tests/*" " env/*" " .git/*" " .pytest_cache/*" " .idea/* " " dist/* "
2828 @echo " [SUCCESS] Archiving plugin to dist/ folder: Done!"
2929
3030unit-tests :
You can’t perform that action at this time.
0 commit comments