summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 11181e8c779ef3a2a94dfb63360f97a6f6222336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# NPM dependencies
node_modules/

# Generated assets
build/

# TypeScript specific file
src/scripts/.baseDir.ts

# TypeScript definitions
typings/

# Yarn lockfile
yarn.lock

# WebStorm
.idea/

# Standard config file
config.json