We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2325281 commit 7dcf453Copy full SHA for 7dcf453
.gitignore
@@ -7,6 +7,7 @@
7
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8
9
# User-specific stuff
10
+.idea/
11
.idea/**/workspace.xml
12
.idea/**/tasks.xml
13
.idea/**/usage.statistics.xml
src/.dockerignore
@@ -0,0 +1,9 @@
1
+**/.git
2
+**/.vs
3
+**/.vscode
4
+**/bin
5
+**/obj
6
+**/.gitignore
+**/README.md
+**/*.user
+**/*.suo
0 commit comments