forked from tylertreat/frugal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (52 loc) · 1.06 KB
/
.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
test/out
test/idl/constants.thrift
target/
*.iml
.idea
.vscode
py3env
.vscode
# Do not commit the following directories created by pub.
.buildlog
.pub/
build/
packages
.packages
# Or the files created by dart2js.
*.dart.js
*.js_
*.js.deps
*.js.map
# Or the lock
pubspec.lock
# Or dart coverage, docs, and test runner files, for that matter
lib/dart/coverage
lib/dart/doc
lib/dart/test/generated_runner_test.dart
# Ignore generated code and cross results
skynet.Dockerfile
# python specific
.python_version
*.pyc
.coverage
.build/
.ropeproject/
coverage_html/
unit_tests.xml
lib/python/frugal.egg-info/
lib/python/frugalc
lib/python/dist
Library/
# Integration tests
artifacts/
test/integration/log/*
test/integration/*/gen*
test/integration/go/bin/*
test/integration/java/frugal-integration-test/cross.jar
test/integration/java/frugal-integration-test/gen-java
test/integration/java/frugal-integration-test/*.jar
test/integration/python/tornado/gen-py
test/integration/python/tornado/gen_py_tornado
test/integration/python/asyncio/gen_py_asyncio
# Cross-compiled code
pkg/