mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
8 Commits
82e9082521
...
a941a69942
Author | SHA1 | Date | |
---|---|---|---|
|
a941a69942 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
682c73e0f7 | ||
|
d4c81e8602 | ||
|
37bc45039c | ||
|
d8cafd215f |
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
@ -26,6 +26,12 @@
|
||||
# Visual Studio cache directory
|
||||
.vs/
|
||||
|
||||
# Visual Studio Code cache directory
|
||||
.vscode/
|
||||
|
||||
# Idea cache directory
|
||||
.idea/
|
||||
|
||||
# Gradle cache directory
|
||||
.gradle/
|
||||
|
||||
@ -71,3 +77,24 @@ crashlytics-build.properties
|
||||
# Temporary auto-generated Android Assets
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||
|
||||
# Never ignore DLLs in the FMOD subfolder.
|
||||
!/[Aa]ssets/Plugins/FMOD/**/lib/*
|
||||
|
||||
# Don't ignore images and gizmos used by FMOD in the Unity Editor.
|
||||
!/[Aa]ssets/Gizmos/FMOD/*
|
||||
!/[Aa]ssets/Editor Default Resources/FMOD/*
|
||||
|
||||
# Ignore the Cache folder since it is updated locally.
|
||||
/[Aa]ssets/Plugins/FMOD/Cache/*
|
||||
|
||||
# Ignore bank files in the StreamingAssets folder.
|
||||
/[Aa]ssets/[Ss]treamingAssets/**/*.bank
|
||||
/[Aa]ssets/[Ss]treamingAssets/**/*.bank.meta
|
||||
# If the source bank files are kept outside of the StreamingAssets folder then these can be ignored.
|
||||
|
||||
# Log files can be ignored.
|
||||
fmod_editor.log
|
||||
|
||||
# Ignore temporary Blender files.
|
||||
*.blend[0-9]*
|
||||
|
Loading…
Reference in New Issue
Block a user