Skip to content

Commit bd9f933

Browse files
committed
Initialize pants
Followed these instructions: https://www.pantsbuild.org/docs/installation https://www.pantsbuild.org/docs/gitignore NB: The docs were reorganized after this commit was created March 2021. So, this commit used these instructions (in current docs links): https://www.pantsbuild.org/docs/manual-installation https://www.pantsbuild.org/docs/initial-configuration (steps 1 and 4)
1 parent d0e441a commit bd9f933

3 files changed

Lines changed: 409 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ nosetests.xml
5050
htmlcov
5151
benchmark_histograms/
5252

53+
# Pants workspace files
54+
/.pants.d/
55+
/dist/
56+
/.pids
57+
/.pants.workdir.file_lock*
58+
5359
# Mr Developer
5460
.idea
5561
.DS_Store

0 commit comments

Comments
 (0)