forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (62 loc) · 755 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
*.class
*.iml
*.ipr
*.iws
*.lock_message
*.pyc
__pycache__/
*.hprof
*.swp
*.sublime-project
*.sublime-workspace
*~
*#
.#*
.envrc
.DS_Store
.build.properties
.buildcache/
.coverage*
.emacs.desktop*
.idea
/.vscode/
.cache
.pants.d
.pants.run
.pants.workdir.file_lock
.pants.stats
.pids
.project
.settings
.classpath
.factorypath
.python
.python-version
.pydevproject
.pytest_cache/
codegen/classes/
htmlcov/
out/
# remove root-level /bin, which is created by Eclipse
/bin/
/build-support/*.pex
/build-support/virtualenv-*
/build-support/virtualenv.dist/
/build-support/phab/
/build-support/twine-deps.venv/
/dist/
/lib/
arc.sh
BUILD.release*
/pants.pex
pants.ini.sitegen
target
GPATH
GRTAGS
GSYMS
GTAGS
.mypy_cache/
/.pants
/.pants.rc
/.venv
.tool-versions