Loading .gitignore +144 −133 Original line number Diff line number Diff line # Created by https://www.gitignore.io/api/go,intellij,windows,linux,osx,eclipse,git nakama .cookie # *.pb.go !dashboard/build data/* .GITHUB_TOKEN .idea *.iml install/cloud/**/*.json install/cloud/**/*.tfvars *.pprof # Created by https://www.toptal.com/developers/gitignore/api/windows,linux,macos,intellij+all,sublimetext,visualstudiocode,go # Edit at https://www.toptal.com/developers/gitignore?templates=windows,linux,macos,intellij+all,sublimetext,visualstudiocode,go ### Go ### # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a # Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Folders _obj _test # Architecture specific extensions/prefixes *.[568vq] [568vq].out *.cgo1.go *.cgo2.c _cgo_defun.c _cgo_gotypes.go _cgo_export.* _testmain.go *.exe # Test binary, built with `go test -c` *.test *.prof # Output of the go coverage tool, specifically when used with LiteIDE *.out # external packages folder # Dependency directories (remove the comment below to include it) # vendor/ ### Go Patch ### /vendor/ /Godeps/ ### Intellij ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm ### Intellij+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 # User-specific stuff: .idea/workspace.xml .idea/tasks.xml # Sensitive or high-churn files: .idea/dataSources/ .idea/dataSources.ids .idea/dataSources.xml .idea/dataSources.local.xml .idea/sqlDataSources.xml .idea/dynamic.xml .idea/uiDesigner.xml # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf # Generated files .idea/**/contentModel.xml # Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml .idea/**/uiDesigner.xml .idea/**/dbnavigator.xml # Gradle .idea/**/gradle.xml .idea/**/libraries # Gradle and Maven with auto-import # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. # .idea/artifacts # .idea/compiler.xml # .idea/jarRepositories.xml # .idea/modules.xml # .idea/*.iml # .idea/modules # *.iml # *.ipr # Gradle: .idea/gradle.xml .idea/libraries # CMake cmake-build-*/ # Mongo Explorer plugin: .idea/mongoSettings.xml # Mongo Explorer plugin .idea/**/mongoSettings.xml ## File-based project format: # File-based project format *.iws ## Plugin-specific files: # IntelliJ /out/ out/ # mpeltonen/sbt-idea plugin .idea_modules/ Loading @@ -84,41 +83,36 @@ _testmain.go # JIRA plugin atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties ### Intellij Patch ### # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 # *.iml # modules.xml # .idea/misc.xml # *.ipr # Editor-based Rest Client .idea/httpRequests # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser ### Windows ### # Windows image file caches Thumbs.db ehthumbs.db ### Intellij+all Patch ### # Ignores the whole .idea folder and all .iml files # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 # Folder config file Desktop.ini .idea/ # Recycle Bin used on file shares $RECYCLE.BIN/ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 # Windows Installer files *.cab *.msi *.msm *.msp # Windows shortcuts *.lnk *.iml modules.xml .idea/misc.xml *.ipr # Sonarlint plugin .idea/sonarlint ### Linux ### *~ Loading @@ -135,16 +129,19 @@ $RECYCLE.BIN/ # .nfs files are created when an open file is removed but is still being accessed .nfs* ### OSX ### *.DS_Store ### macOS ### # General .DS_Store .AppleDouble .LSOverride # Icon must end with two \r Icon # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd Loading @@ -153,6 +150,7 @@ Icon .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Loading @@ -160,60 +158,73 @@ Network Trash Folder Temporary Items .apdisk ### SublimeText ### # Cache files for Sublime Text *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache # Workspace files are user-specific *.sublime-workspace # Project files should be checked into the repository, unless a significant # proportion of contributors will probably not be using Sublime Text # *.sublime-project # SFTP configuration file sftp-config.json # Package control specific files Package Control.last-run Package Control.ca-list Package Control.ca-bundle Package Control.system-ca-bundle Package Control.cache/ Package Control.ca-certs/ Package Control.merged-ca-bundle Package Control.user-ca-bundle oscrypto-ca-bundle.crt bh_unicode_properties.cache # Sublime-github package stores a github token in this file # https://packagecontrol.io/packages/sublime-github GitHub.sublime-settings ### VisualStudioCode ### .vscode/* !.vscode/tasks.json !.vscode/launch.json *.code-workspace ### VisualStudioCode Patch ### # Ignore all local history of files .history .ionide ### Eclipse ### .metadata bin/ tmp/ *.tmp *.bak *.swp *~.nib local.properties .settings/ .loadpath .recommenders # Eclipse Core .project # External tool builders .externalToolBuilders/ # Locally stored "Eclipse launch configurations" *.launch # PyDev specific (Python IDE for Eclipse) *.pydevproject # CDT-specific (C/C++ Development Tooling) .cproject # JDT-specific (Eclipse Java Development Tools) .classpath # Java annotation processor (APT) .factorypath # PDT-specific (PHP Development Tools) .buildpath # sbteclipse plugin .target ### Windows ### # Windows thumbnail cache files Thumbs.db Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db # Tern plugin .tern-project # Dump file *.stackdump # TeXlipse plugin .texlipse # Folder config file [Dd]esktop.ini # STS (Spring Tool Suite) .springBeans # Recycle Bin used on file shares $RECYCLE.BIN/ # Code Recommenders .recommenders/ # Windows Installer files *.cab *.msi *.msix *.msm *.msp # Windows shortcuts *.lnk ### Git ### *.orig # End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,intellij+all,sublimetext,visualstudiocode,go Loading
.gitignore +144 −133 Original line number Diff line number Diff line # Created by https://www.gitignore.io/api/go,intellij,windows,linux,osx,eclipse,git nakama .cookie # *.pb.go !dashboard/build data/* .GITHUB_TOKEN .idea *.iml install/cloud/**/*.json install/cloud/**/*.tfvars *.pprof # Created by https://www.toptal.com/developers/gitignore/api/windows,linux,macos,intellij+all,sublimetext,visualstudiocode,go # Edit at https://www.toptal.com/developers/gitignore?templates=windows,linux,macos,intellij+all,sublimetext,visualstudiocode,go ### Go ### # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a # Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Folders _obj _test # Architecture specific extensions/prefixes *.[568vq] [568vq].out *.cgo1.go *.cgo2.c _cgo_defun.c _cgo_gotypes.go _cgo_export.* _testmain.go *.exe # Test binary, built with `go test -c` *.test *.prof # Output of the go coverage tool, specifically when used with LiteIDE *.out # external packages folder # Dependency directories (remove the comment below to include it) # vendor/ ### Go Patch ### /vendor/ /Godeps/ ### Intellij ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm ### Intellij+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 # User-specific stuff: .idea/workspace.xml .idea/tasks.xml # Sensitive or high-churn files: .idea/dataSources/ .idea/dataSources.ids .idea/dataSources.xml .idea/dataSources.local.xml .idea/sqlDataSources.xml .idea/dynamic.xml .idea/uiDesigner.xml # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf # Generated files .idea/**/contentModel.xml # Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml .idea/**/uiDesigner.xml .idea/**/dbnavigator.xml # Gradle .idea/**/gradle.xml .idea/**/libraries # Gradle and Maven with auto-import # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. # .idea/artifacts # .idea/compiler.xml # .idea/jarRepositories.xml # .idea/modules.xml # .idea/*.iml # .idea/modules # *.iml # *.ipr # Gradle: .idea/gradle.xml .idea/libraries # CMake cmake-build-*/ # Mongo Explorer plugin: .idea/mongoSettings.xml # Mongo Explorer plugin .idea/**/mongoSettings.xml ## File-based project format: # File-based project format *.iws ## Plugin-specific files: # IntelliJ /out/ out/ # mpeltonen/sbt-idea plugin .idea_modules/ Loading @@ -84,41 +83,36 @@ _testmain.go # JIRA plugin atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties ### Intellij Patch ### # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 # *.iml # modules.xml # .idea/misc.xml # *.ipr # Editor-based Rest Client .idea/httpRequests # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser ### Windows ### # Windows image file caches Thumbs.db ehthumbs.db ### Intellij+all Patch ### # Ignores the whole .idea folder and all .iml files # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 # Folder config file Desktop.ini .idea/ # Recycle Bin used on file shares $RECYCLE.BIN/ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 # Windows Installer files *.cab *.msi *.msm *.msp # Windows shortcuts *.lnk *.iml modules.xml .idea/misc.xml *.ipr # Sonarlint plugin .idea/sonarlint ### Linux ### *~ Loading @@ -135,16 +129,19 @@ $RECYCLE.BIN/ # .nfs files are created when an open file is removed but is still being accessed .nfs* ### OSX ### *.DS_Store ### macOS ### # General .DS_Store .AppleDouble .LSOverride # Icon must end with two \r Icon # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd Loading @@ -153,6 +150,7 @@ Icon .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Loading @@ -160,60 +158,73 @@ Network Trash Folder Temporary Items .apdisk ### SublimeText ### # Cache files for Sublime Text *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache # Workspace files are user-specific *.sublime-workspace # Project files should be checked into the repository, unless a significant # proportion of contributors will probably not be using Sublime Text # *.sublime-project # SFTP configuration file sftp-config.json # Package control specific files Package Control.last-run Package Control.ca-list Package Control.ca-bundle Package Control.system-ca-bundle Package Control.cache/ Package Control.ca-certs/ Package Control.merged-ca-bundle Package Control.user-ca-bundle oscrypto-ca-bundle.crt bh_unicode_properties.cache # Sublime-github package stores a github token in this file # https://packagecontrol.io/packages/sublime-github GitHub.sublime-settings ### VisualStudioCode ### .vscode/* !.vscode/tasks.json !.vscode/launch.json *.code-workspace ### VisualStudioCode Patch ### # Ignore all local history of files .history .ionide ### Eclipse ### .metadata bin/ tmp/ *.tmp *.bak *.swp *~.nib local.properties .settings/ .loadpath .recommenders # Eclipse Core .project # External tool builders .externalToolBuilders/ # Locally stored "Eclipse launch configurations" *.launch # PyDev specific (Python IDE for Eclipse) *.pydevproject # CDT-specific (C/C++ Development Tooling) .cproject # JDT-specific (Eclipse Java Development Tools) .classpath # Java annotation processor (APT) .factorypath # PDT-specific (PHP Development Tools) .buildpath # sbteclipse plugin .target ### Windows ### # Windows thumbnail cache files Thumbs.db Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db # Tern plugin .tern-project # Dump file *.stackdump # TeXlipse plugin .texlipse # Folder config file [Dd]esktop.ini # STS (Spring Tool Suite) .springBeans # Recycle Bin used on file shares $RECYCLE.BIN/ # Code Recommenders .recommenders/ # Windows Installer files *.cab *.msi *.msix *.msm *.msp # Windows shortcuts *.lnk ### Git ### *.orig # End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,intellij+all,sublimetext,visualstudiocode,go