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 32b94f1 commit d647b61Copy full SHA for d647b61
.gitignore
@@ -44,5 +44,7 @@ _testmain.go
44
/test/run.out
45
/test/times.out
46
47
-# IntelliJ-based editors
48
-/.idea/
+# This file includes artifacts of Go build that should not be checked in.
+# For files created by specific development environment (e.g. editor),
49
+# use alternative ways to exclude files from git.
50
+# For example, set up .git/info/exclude or use a global .gitignore.
0 commit comments