Skip to content

Commit ab39153

Browse files
authored
Add IntelliJ config files to template .gitignore (#584)
1 parent ee2f294 commit ab39153

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vscode-wpilib/resources/gradle/shared/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,15 @@ gradle-app.setting
158158
.settings/
159159
bin/
160160

161+
# IntelliJ
162+
*.iml
163+
*.ipr
164+
*.iws
165+
.idea/
166+
out/
167+
168+
# Fleet
169+
.fleet
170+
161171
# Simulation GUI and other tools window save file
162172
*-window.json

0 commit comments

Comments
 (0)