Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Add .idea to Gitignore, for CLion
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Nov 24, 2021
1 parent fea2494 commit 59064ff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Rust
target
godot_egui/Cargo.lock
Cargo.lock
.import

# Godot
.import

# IDEs
.idea
.vscode

0 comments on commit 59064ff

Please sign in to comment.