Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / .gitignore
blobb7f6818b8f901b1a423be9932a7a14401e6887f1
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/
39 /support/aphlict/server/package.json
40 /support/aphlict/server/package-lock.json
42 # Places for users to add custom resources.
43 /resources/cows/custom/*
44 /resources/figlet/custom/*