-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (46 loc) · 1.26 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
##########################################
# READ BEFORE ALTERING THIS FILE
#
# Only files specific to this repo or that will be generated as part of using this repo should
# be ignored here. Files that are specific to particular development environments or users
# should be ignored in the global gitignore to ignore for all repos, or in .git/info/exclude
# to ignore for just this repo.
#
# Examples of appropriate files for each location:
# This file:
# python pyc files
# python cache files
# test configuration and output, including coverage data
#
# Global gitignore
# Eclipse .settings, .project, and .pyproject files
# Mac .DS_store files
# VSCode .vscode directory
#
# .git/info/exclude
# Temporary code / notes while exploring new repo features
# Personal variations of test.cfg files, e.g. my-test.cfg, etc.
# Personal data used for manual testing
#
##########################################
/.pytest_cache/
__pycache__
src/java/us/kbase/mobu/git.properties
/bin
/dist
/temp_test_files
/test_scripts/ee_mock_service
/lib/kbase_module_builder2.jar
/test.cfg
# old location of test.cfg
/test_scripts/test.cfg
/.coverage
/coverage.xml
/htmlcov/
/classes/
/reports/
/TestAsyncJava/
/TestAsyncPerl/
/TestAsyncPython/
/junit*.properties
/temp_kbsdkplus_test/