From: Svjatoslav Agejenko Date: Wed, 17 Jun 2026 16:23:45 +0000 (+0300) Subject: fix(gitignore): exclude .idea/ and *.FCStd1 from version control X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=commitdiff_plain;h=e570420abbdc5f395ec861470b77c459b4fbd4eb;p=physical.git fix(gitignore): exclude .idea/ and *.FCStd1 from version control Restore proper .gitignore rules that were accidentally dropped: - Re-add .idea/ to ignore IntelliJ config files - Re-add *.FCStd1 to ignore FreeCAD backup files - Remove already-committed .idea/ and *.FCStd1 files from tracking --- diff --git a/.gitignore b/.gitignore index 9e5cee8..f0069e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ # HTML files are generated on-demand from .org files via Emacs export # Do not commit them to version control *.html + +# IntelliJ IDEA / IDE config +.idea/ + +# FreeCAD backup files +*.FCStd1 diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ deleted file mode 100644 index daedf7b..0000000 --- a/.idea/$CACHE_FILE$ +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - Abstraction issuesJava - - - Assignment issuesJava - - - Class structureJava - - - Cloning issuesJava - - - Code maturity issuesJava - - - Code style issuesJava - - - Data flow issuesJava - - - Dependency issuesJava - - - Error handlingGroovy - - - Error handlingJava - - - Google Web Toolkit issues - - - Gradle - - - Groovy - - - Initialization issuesJava - - - Internationalization issuesJava - - - JUnit issuesJava - - - Java - - - Java language level migration aidsJava - - - JavaScript - - - JavaScript function metricsJavaScript - - - Javadoc issuesJava - - - Kotlin - - - Performance issuesJava - - - Portability issuesJava - - - Probable bugsGradle - - - Probable bugsJava - - - Python - - - Serialization issuesJava - - - Spring - - - Spring AOPSpring - - - Spring CoreSpring - - - TestNGJava - - - Threading issuesGroovy - - - Threading issuesJava - - - Verbose or redundant code constructsJava - - - Visibility issuesJava - - - WebSocket issues - - - XMLSpring CoreSpring - - - XPath - - - - - AngularJS - - - - - - \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 5c98b42..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/workspace.xml \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index a1757ae..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 51963a1..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a98c7e5..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/physical.iml b/.idea/physical.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/physical.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/cases/NanoVNA case/NanoVNA case.FCStd1 b/cases/NanoVNA case/NanoVNA case.FCStd1 deleted file mode 100644 index 7c6acd0..0000000 Binary files a/cases/NanoVNA case/NanoVNA case.FCStd1 and /dev/null differ diff --git a/cases/roll/roll for welding wire/roll for welding wire.FCStd1 b/cases/roll/roll for welding wire/roll for welding wire.FCStd1 deleted file mode 100644 index 40da6ea..0000000 Binary files a/cases/roll/roll for welding wire/roll for welding wire.FCStd1 and /dev/null differ diff --git a/misc/adjustable resistor/button.FCStd1 b/misc/adjustable resistor/button.FCStd1 deleted file mode 100644 index 43c255c..0000000 Binary files a/misc/adjustable resistor/button.FCStd1 and /dev/null differ diff --git a/misc/headphone hub/hub.FCStd1 b/misc/headphone hub/hub.FCStd1 deleted file mode 100644 index d1c121c..0000000 Binary files a/misc/headphone hub/hub.FCStd1 and /dev/null differ diff --git a/optics/Fujifilm X-mount microscope adapter/X-trans to microscope adapter.FCStd1 b/optics/Fujifilm X-mount microscope adapter/X-trans to microscope adapter.FCStd1 deleted file mode 100644 index 0176641..0000000 Binary files a/optics/Fujifilm X-mount microscope adapter/X-trans to microscope adapter.FCStd1 and /dev/null differ