forked from mathematicalthinking/encompass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (56 loc) · 892 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# node files
node_modules/
# package_lock.json # using npm-shrinkwrap.json
# for security
config.json
# build files
build/.test/*.*
build/application-prod.js
build/application.js
build/common_bundle.js
dist/**/*
dependencies/compiled/*.*
.grunt
_SpecRunner.html
error.out
server.out
prod.zip
staging.zip
prod_env
staging_env
error*.txt
# conversion files
errorProblems.txt
dump/**/*
server/db_migration/missingPowsSubs.json
#babel files
babel/
# public uploads
# server/public/image_uploads/**
# build/image_uploads/**
# dist/image_uploads/**
# mac files
.DS_Store
#vs code
.vscode
#.exe
.exe
#env
.env*
#sass
.sass-cache
build/main.css
build/main.css.map
# why?
# test/runner.html
# *.swp
# *.swo
# *.~
ChromeDriver.exe
/ChromeDriver
#Common core data
/Common-Core-Data
# test screenshots
test/selenium/screenshots
# email creds generated on fly by tests
ethereal_creds.json