Commit of mostly working code.
This commit is contained in:
+15
-2
@@ -1,4 +1,7 @@
|
||||
# ---> Go
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/go,jetbrains+all
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=go,jetbrains+all
|
||||
|
||||
### Go ###
|
||||
# If you prefer the allow list template instead of the deny list, see community template:
|
||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||
#
|
||||
@@ -21,7 +24,7 @@
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# ---> JetBrains
|
||||
### JetBrains+all ###
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
@@ -100,3 +103,13 @@ fabric.properties
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
### JetBrains+all Patch ###
|
||||
# Ignore everything but code style settings and run configurations
|
||||
# that are supposed to be shared within teams.
|
||||
|
||||
.idea/*
|
||||
|
||||
!.idea/codeStyles
|
||||
!.idea/runConfigurations
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/go,jetbrains+all
|
||||
|
||||
Reference in New Issue
Block a user