smarter .gitignore
This commit is contained in:
parent
684d25d2bb
commit
1a00003b81
|
@ -11,7 +11,7 @@ Debug/
|
|||
.settings/
|
||||
firmware/rusefi_ram_report.txt
|
||||
doxygen/
|
||||
.idea
|
||||
/.idea
|
||||
workspace.xml
|
||||
java_console_binary
|
||||
.vscode
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<component name="libraryTable">
|
||||
<library name="snakeyaml">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/snakeyaml.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
Loading…
Reference in New Issue