Tap is a proof-of-concept editor for screenplays formatted in Fountain markup. It stores all data in AT Protocol records.
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3# dependencies
4/node_modules
5/.pnp
6.pnp.*
7.yarn/*
8!.yarn/patches
9!.yarn/plugins
10!.yarn/releases
11!.yarn/versions
12
13# testing
14/coverage
15
16# next.js (legacy)
17/out/
18
19# production
20/build
21
22# keys
23*.b64
24*.pem
25
26# misc
27.DS_Store
28
29# debug
30npm-debug.log*
31yarn-debug.log*
32yarn-error.log*
33.pnpm-debug.log*
34
35# env files (can opt-in for committing if needed)
36.env*
37
38# typescript
39*.tsbuildinfo
40next-env.d.ts
41
42# built web bundle (esbuild output)
43/server/static/js/*
44!/server/static/js/.gitkeep
45/server/static/js/*.map