-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path.gitignore
37 lines (30 loc) · 902 Bytes
/
.gitignore
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
28
29
30
31
32
33
34
35
36
37
# Ignore everything in bin folder by default
bin2d/addons/godot-rapier2d/bin/*
bin2d/.godot/**
bin2d/samples/godot-rapier2d/addons/**
bin3d/addons/godot-rapier3d/bin/*
bin3d/.godot/**
bin3d/samples/godot-rapier3d/addons/**
target
!bin2d/addons/godot-rapier2d/bin/libgodot_rapier.macos.framework/Resources/Info.plist
!bin2d/addons/godot-rapier2d/bin/libgodot_rapier.ios.arm64.framework/Info.plist
!bin2d/addons/godot-rapier2d/bin/libgodot_rapier.ios.x86_64.framework/Info.plist
!bin3d/addons/godot-rapier3d/bin/libgodot_rapier.macos.framework/Resources/Info.plist
!bin3d/addons/godot-rapier3d/bin/libgodot_rapier.ios.arm64.framework/Info.plist
!bin3d/addons/godot-rapier3d/bin/libgodot_rapier.ios.x86_64.framework/Info.plist
# Binaries
*.os
*.o
*.dblite
# Binaries
*.os
*.dblite
*.pdb
# System/tool-specific ignores
.directory
.DS_Store
.vscode
*~
*.code-workspace
build_rs_cov.profraw
lcov.info