Skip to content

Commit

Permalink
Add .gitignore and .idea folder for GoLand (#111)
Browse files Browse the repository at this point in the history
My IDE of choice is the JetBrains suite.

This PR adds the required ignores to make it clean.

For anyone who does not know GoLand, go try it out!
  • Loading branch information
mkysel authored Aug 14, 2024
1 parent 3bffba4 commit 6ebbe79
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,20 @@ bin/

# Dependency directories (remove the comment below to include it)
# vendor/
build/*
build/*

# Covers JetBrains IDEs: GoLand, 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
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/xmtpd.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ebbe79

Please sign in to comment.