You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.1 KiB
63 lines
1.1 KiB
3 years ago
|
# Created by .ignore support plugin (hsz.mobi)
|
||
|
### Go template
|
||
|
# 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/
|
||
|
|
||
|
### Vim template
|
||
|
# Swap
|
||
|
[._]*.s[a-v][a-z]
|
||
|
!*.svg # comment out if you don't need vector files
|
||
|
[._]*.sw[a-p]
|
||
|
[._]s[a-rt-v][a-z]
|
||
|
[._]ss[a-gi-z]
|
||
|
[._]sw[a-p]
|
||
|
|
||
|
# Session
|
||
|
Session.vim
|
||
|
Sessionx.vim
|
||
|
|
||
|
# Temporary
|
||
|
.netrwhist
|
||
|
*~
|
||
|
# Auto-generated tag files
|
||
|
tags
|
||
|
# Persistent undo
|
||
|
[._]*.un~
|
||
|
|
||
|
### JetBrains 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
|
||
|
|
||
|
# User-specific stuff
|
||
|
.idea
|
||
|
|
||
|
# CMake
|
||
|
cmake-build-*/
|
||
|
|
||
|
# File-based project format
|
||
|
*.iws
|
||
|
|
||
|
# IntelliJ
|
||
|
out/
|
||
|
|
||
|
# 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
|