[ci skip] add vs code files to .gitignore (#5663)
This commit is contained in:
parent
00028d57cf
commit
9b4a46f704
2 changed files with 18 additions and 2 deletions
|
@ -8,7 +8,7 @@ apply if there are changes made to it from upstream - thus notifying us
|
|||
that changes were made.
|
||||
|
||||
diff --git a/.gitignore b/.gitignore
|
||||
index e431e3435737e28394d81b56568a08b3c3148b9b..c484aff2c192bf42059b5689327909e4af654401 100644
|
||||
index e431e3435737e28394d81b56568a08b3c3148b9b..b23bde3b5e881f146539a307d0a59f2177b6a036 100644
|
||||
--- a/.gitignore
|
||||
+++ b/.gitignore
|
||||
@@ -1,3 +1,5 @@
|
||||
|
@ -17,6 +17,14 @@ index e431e3435737e28394d81b56568a08b3c3148b9b..c484aff2c192bf42059b5689327909e4
|
|||
# Eclipse stuff
|
||||
/.classpath
|
||||
/.project
|
||||
@@ -30,3 +32,7 @@
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
+
|
||||
+# vs code
|
||||
+/.vscode
|
||||
+/.factorypath
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..6e64a444fb20aabaabfb15a30d645702c11c2da8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue