Skip to content

Instantly share code, notes, and snippets.

@RaheelYawar
Last active October 21, 2022 08:02
Show Gist options
  • Save RaheelYawar/3e7d6ffce6649f1cd5d390c9cc713d91 to your computer and use it in GitHub Desktop.
Save RaheelYawar/3e7d6ffce6649f1cd5d390c9cc713d91 to your computer and use it in GitHub Desktop.
Godot .gitignore
# Godot-specific ignores
.import/
export.cfg
android/
build/
# Mono-specific ignores
.mono/
# VSCode specific ignores
.vscode/
.vs/
# 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
.idea/
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# OSX-specific
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment