mirror of
https://github.com/tonytins/DistroTycoon2.git
synced 2025-03-15 08:21:22 +00:00
45 lines
1 KiB
Text
45 lines
1 KiB
Text
|
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
|
||
|
# Created by https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode
|
||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=godot,visualstudiocode
|
||
|
|
||
|
### Godot ###
|
||
|
# Godot 4+ specific ignores
|
||
|
.godot/
|
||
|
|
||
|
# Godot-specific ignores
|
||
|
.import/
|
||
|
export.cfg
|
||
|
export_presets.cfg
|
||
|
|
||
|
# Imported translations (automatically generated from CSV files)
|
||
|
*.translation
|
||
|
|
||
|
# Mono-specific ignores
|
||
|
.mono/
|
||
|
data_*/
|
||
|
mono_crash.*.json
|
||
|
|
||
|
### VisualStudioCode ###
|
||
|
.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
|
||
|
|
||
|
### VisualStudioCode Patch ###
|
||
|
# Ignore all local history of files
|
||
|
.history
|
||
|
.ionide
|
||
|
|
||
|
# End of https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode
|
||
|
|
||
|
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
||
|
|
||
|
.vscode/settings.json
|