Wrap all direct access to author/committer properties on "CommitData"
[phabricator/blender.git] / .gitignore
blobd9f44b6bab05787daccf373a866339450d6ace2e
1 # NOTE: Thinking about adding files created by your operating system, IDE,
2 # or text editor here? Don't! Add them to your per-user .gitignore instead.
4 # Diviner
5 /docs/
6 /.divinercache/
7 /src/.cache/
9 # libphutil
10 /src/.phutil_module_cache
12 # Configuration
13 /conf/custom/*
14 /conf/local/local.json
15 /conf/local/ENVIRONMENT
16 /conf/local/VERSION
17 /conf/keys/device.pub
18 /conf/keys/device.key
19 /conf/keys/device.id
20 /conf/aphlict/aphlict.custom.json
22 # Impact Font
23 /resources/font/impact.ttf
25 # User-accessible hook for adhoc debugging scripts
26 /support/debug.php
28 # User-accessible hook for adhoc startup code
29 /support/preamble.php
31 # Users can link binaries here
32 /support/bin/*
34 # User extensions
35 /src/extensions/*
37 # NPM local packages
38 /support/aphlict/server/node_modules/
40 # Places for users to add custom resources.
41 /resources/cows/custom/*
42 /resources/figlet/custom/*