summaryrefslogtreecommitdiffstats
path: root/gfx/wr/.gitignore
blob: 849001b76c26efa478c8c98d52b89f4672c5ebf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
target/
*~
*#

# WR internals
captures
wrench/json_frames
wrench/ron_frames

# Editors
*.swp
*.swo

# IntelliJ
.idea
*.iws
*.iml

# Gradle
.gradle

# VSCode
.vscode
.vs

# System
.fuse_hidden*