|
|
@@ -0,0 +1,162 @@
|
|
|
+### GoLand+all template
|
|
|
+# 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
|
|
|
+
|
|
|
+.dist
|
|
|
+
|
|
|
+# User-specific stuff
|
|
|
+.idea/
|
|
|
+
|
|
|
+# IntelliJ
|
|
|
+out/*
|
|
|
+
|
|
|
+# mpeltonen/sbt-idea plugin
|
|
|
+.idea_modules/
|
|
|
+
|
|
|
+# JIRA plugin
|
|
|
+atlassian-ide-plugin.xml
|
|
|
+
|
|
|
+
|
|
|
+# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
|
+com_crashlytics_export_strings.xml
|
|
|
+crashlytics.properties
|
|
|
+crashlytics-build.properties
|
|
|
+fabric.properties
|
|
|
+
|
|
|
+
|
|
|
+### IGORPro template
|
|
|
+# Avoid including Experiment files: they can be created and edited locally to test the ipf files
|
|
|
+*.pxp
|
|
|
+*.pxt
|
|
|
+*.uxp
|
|
|
+*.uxt
|
|
|
+
|
|
|
+### VisualStudioCode template
|
|
|
+.vscode/*
|
|
|
+!.vscode/settings.json
|
|
|
+!.vscode/tasks.json
|
|
|
+!.vscode/launch.json
|
|
|
+!.vscode/extensions.json
|
|
|
+!.vscode/*.code-snippets
|
|
|
+
|
|
|
+# Local History for Visual Studio Code
|
|
|
+.history/
|
|
|
+
|
|
|
+# Built Visual Studio Code Extensions
|
|
|
+*.vsix
|
|
|
+
|
|
|
+### Go template
|
|
|
+# 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
|
|
|
+#
|
|
|
+# Binaries for programs and plugins
|
|
|
+*.exe
|
|
|
+*.exe~
|
|
|
+*.dll
|
|
|
+*.so
|
|
|
+*.dylib
|
|
|
+
|
|
|
+# Test binary, built with `go test -c`
|
|
|
+*.test
|
|
|
+
|
|
|
+# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
+*.out
|
|
|
+
|
|
|
+# Dependency directories (remove the comment below to include it)
|
|
|
+# vendor/
|
|
|
+
|
|
|
+# Go workspace file
|
|
|
+go.work
|
|
|
+
|
|
|
+### IDAPro template
|
|
|
+# gitginore template for IDA Pro
|
|
|
+# website: https://www.hex-rays.com/index.shtml
|
|
|
+
|
|
|
+# IDA Pro Runtime temporary file
|
|
|
+*.id0
|
|
|
+*.id1
|
|
|
+*.id2
|
|
|
+*.nam
|
|
|
+*.til
|
|
|
+
|
|
|
+# IDA Pro 64 packaged data
|
|
|
+# *.i64
|
|
|
+# IDA Pro 32 packaged data
|
|
|
+# *.idb
|
|
|
+
|
|
|
+### GoLand template
|
|
|
+# 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
|
|
|
+
|
|
|
+# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
|
+com_crashlytics_export_strings.xml
|
|
|
+crashlytics.properties
|
|
|
+crashlytics-build.properties
|
|
|
+fabric.properties
|
|
|
+
|
|
|
+
|
|
|
+### macOS template
|
|
|
+# 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
|
|
|
+.Spotlight-V100
|
|
|
+.TemporaryItems
|
|
|
+.Trashes
|
|
|
+.VolumeIcon.icns
|
|
|
+.com.apple.timemachine.donotpresent
|
|
|
+
|
|
|
+# Directories potentially created on remote AFP share
|
|
|
+.AppleDB
|
|
|
+.AppleDesktop
|
|
|
+Network Trash Folder
|
|
|
+Temporary Items
|
|
|
+.apdisk
|
|
|
+
|
|
|
+### SublimeText template
|
|
|
+# 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
|
|
|
+sftp-config-alt*.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
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+logs/
|
|
|
+tmp/
|