添加gitignore

This commit is contained in:
紫云徽 2024-09-23 13:00:15 +08:00
parent c8f8883f38
commit 4e7db1b6ba
3 changed files with 10 additions and 35 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
dependency-reduced-pom.xml
target/
logs
*.log
.vscode/
.settings/
.prettierrc

View File

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PhysicalRealTimeRouteFinder</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1677335971077</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

View File

@ -1,4 +1,4 @@
:z
// :z
{
"DataType":"Map",// Map
"Map":[[0,1,2,1],[2,2,3,1]]