This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Unity ### | |
# This .gitignore file should be placed at the root of your Unity project directory | |
# | |
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/[Ll]ogs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="Windows-1252" ?> | |
<NotepadPlus> | |
<LexerStyles> | |
<LexerType name="c" desc="C" ext="cw"> | |
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" /> | |
<WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">ContentScroller</WordsStyle> | |
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" /> | |
<WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1">uint8_t uint16_t uint32_t uint64_t int8_t int16_t int32_t int64_t uint_least8_t uint_least16_t uint_least32_t __m512 __m512i __m512d __m256 __m256i __m256d __m128 __m128i __m128d TRUE FALSE true false</WordsStyle> | |
<WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" |