-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.purposefile
20 lines (20 loc) · 1.05 KB
/
.purposefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.purposefile Configures purposefile
.gitignore Configures git to ignore certain files
.npmignore Configures npm to ignore certain files
.prettierrc Configures Prettier
.prettierignore Configures Prettier ignored files
package.json Configures npm and related tools
package-lock.json Lock file for npm dependencies
README.md Documentation for repo
LICENSE License for package
.git/** Internal git state & config
node_modules/**/* Dependencies installed by npm
cli.js Source file for cli stuff
src/**/*.js Source files
data/**/*.json Json files with questions data
scripts/**/* Scripts to automate some things
tests/**/*.js Test files
tmp/**/* Temporarily files
CHANGELOG.md Changelog file
media/**/* Media files
doc/**/*.md Documentation files