diff options
author | GiteaBot <teabot@gitea.io> | 2021-12-12 00:25:18 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-12-12 00:25:18 +0000 |
commit | 0a7e8327a017c5dd43e552bbcd0d0f056bc1671b (patch) | |
tree | 5a0ceb17bb50ad7072181691c19d911276f651f9 /options/gitignore/FlaxEngine | |
parent | 6d4172987e971345ce5572b85749aff4d740e086 (diff) | |
download | gitea-0a7e8327a017c5dd43e552bbcd0d0f056bc1671b.tar.gz gitea-0a7e8327a017c5dd43e552bbcd0d0f056bc1671b.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore/FlaxEngine')
-rw-r--r-- | options/gitignore/FlaxEngine | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/options/gitignore/FlaxEngine b/options/gitignore/FlaxEngine new file mode 100644 index 0000000000..b470568443 --- /dev/null +++ b/options/gitignore/FlaxEngine @@ -0,0 +1,45 @@ +# Ignore Flax project files +Binaries/ +Cache/ +Logs/ +Output/ +Screenshots/ +*.HotReload.* + +# Ignore Visual Studio project files (generated locally) +*.csproj +*.sln + +# Ignore thumbnails created by Windows +Thumbs.db + +# Ignore files built by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +.vs/ + +# Ignore Nuget packages folder +packages/ |