Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 1d769b5

Browse files
Merge pull request #11 from lequal/dev
cnes-scan 1.4.0
2 parents 874cc60 + 417f623 commit 1d769b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+888
-1517
lines changed

.gitignore

Lines changed: 73 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,73 @@
1-
target
2-
.idea
1+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
2+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
3+
4+
# User-specific stuff
5+
.idea/**/workspace.xml
6+
.idea/**/tasks.xml
7+
.idea/**/usage.statistics.xml
8+
.idea/**/dictionaries
9+
.idea/**/shelf
10+
11+
# Generated files
12+
.idea/**/contentModel.xml
13+
14+
# Sensitive or high-churn files
15+
.idea/**/dataSources/
16+
.idea/**/dataSources.ids
17+
.idea/**/dataSources.local.xml
18+
.idea/**/sqlDataSources.xml
19+
.idea/**/dynamic.xml
20+
.idea/**/uiDesigner.xml
21+
.idea/**/dbnavigator.xml
22+
23+
# Gradle
24+
.idea/**/gradle.xml
25+
.idea/**/libraries
26+
27+
# Gradle and Maven with auto-import
28+
# When using Gradle or Maven with auto-import, you should exclude module files,
29+
# since they will be recreated, and may cause churn. Uncomment if using
30+
# auto-import.
31+
.idea/modules.xml
32+
.idea/*.iml
33+
.idea/modules
34+
*.iml
35+
*.ipr
36+
37+
# CMake
38+
cmake-build-*/
39+
40+
# Mongo Explorer plugin
41+
.idea/**/mongoSettings.xml
42+
43+
# File-based project format
44+
*.iws
45+
46+
# IntelliJ
47+
out/
48+
49+
# mpeltonen/sbt-idea plugin
50+
.idea_modules/
51+
52+
# JIRA plugin
53+
atlassian-ide-plugin.xml
54+
55+
# Cursive Clojure plugin
56+
.idea/replstate.xml
57+
58+
# Crashlytics plugin (for Android Studio and IntelliJ)
59+
com_crashlytics_export_strings.xml
60+
crashlytics.properties
61+
crashlytics-build.properties
62+
fabric.properties
63+
64+
# Editor-based Rest Client
65+
.idea/httpRequests
66+
67+
# Android studio 3.1+ serialized cache file
68+
.idea/caches/build_file_checksums.ser
69+
70+
.idea/*
71+
*.iml
72+
73+
target/

.idea/compiler.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/libraries/Maven__com_google_guava_guava_18_0.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Maven__com_google_protobuf_protobuf_java_3_0_0_beta_2.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Maven__com_googlecode_json_simple_json_simple_1_1_1.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Maven__commons_io_commons_io_2_4.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Maven__commons_lang_commons_lang_2_6.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Maven__javax_xml_stream_stax_api_1_0_2.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Maven__jaxen_jaxen_1_1_4.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)