Skip to content

Commit

Permalink
Add Mac, Linux, and Web ignores to .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfranke committed Jul 16, 2024
1 parent 8cddb51 commit 3a05b30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ project/export/

# Build files
project/addons/orchestrator/orchestrator*.dll
project/addons/orchestrator/orchestrator*.dylib
project/addons/orchestrator/orchestrator*.exp
project/addons/orchestrator/orchestrator*.ilk
project/addons/orchestrator/orchestrator*.lib
project/addons/orchestrator/orchestrator*.pdb
project/addons/orchestrator/orchestrator*.so
project/addons/orchestrator/orchestrator*.wasm
project/addons/orchestrator/liborchestrator*.so
project/addons/orchestrator/~orchestrator*.*

# Test files
Expand All @@ -29,6 +33,11 @@ project/tests
data_*/
mono_crash.*.json

# System/tool-specific ignores
.directory
.DS_Store
*~

# Idea-specific things
.idea

Expand Down

0 comments on commit 3a05b30

Please sign in to comment.