mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
10 Commits
c9b38706fc
...
1b54b3b05b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b54b3b05b | ||
|
|
dcc0fc7bc2 | ||
|
|
3780fff86c | ||
|
|
314d381f1e | ||
|
|
6a98aacd54 | ||
|
|
9275edaddf | ||
|
|
bf4440e850 | ||
|
|
40c5d3211c | ||
|
|
d8635c69ba | ||
|
|
0a25801fa9 |
@ -1,3 +1,6 @@
|
|||||||
|
# Godot 4.2+ specific ignores
|
||||||
|
~*.dll
|
||||||
|
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
.nomedia
|
.nomedia
|
||||||
|
|||||||
@ -26,3 +26,12 @@ Manifest*.toml
|
|||||||
# File generated by the Preferences package to store local preferences
|
# File generated by the Preferences package to store local preferences
|
||||||
LocalPreferences.toml
|
LocalPreferences.toml
|
||||||
JuliaLocalPreferences.toml
|
JuliaLocalPreferences.toml
|
||||||
|
|
||||||
|
# Files generated by the Revise package to store local preferences
|
||||||
|
.history
|
||||||
|
.julia/
|
||||||
|
|
||||||
|
# Common temporary files and directories created by editors and operating systems
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|||||||
5
community/FreeCAD.gitignore
Normal file
5
community/FreeCAD.gitignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# FreeCAD backup and temporary files
|
||||||
|
*.FC.lock
|
||||||
|
*.bak
|
||||||
|
*.FCBak
|
||||||
|
*.tmp
|
||||||
Loading…
Reference in New Issue
Block a user