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

# Generated assets
build/

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

# TypeScript definitions
typings/

# Yarn lockfile
yarn.lock

# WebStorm
.idea/