Skip to content

Commit

Permalink
maint/dev ~ (gitignore) add ignored files and version stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jul 31, 2022
1 parent 2b76c0d commit 26fc9f4
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
.history
.nyc_output
# v2022-07-17 [rivy]

# NOTE: Git GLOBSTAR syntax [see `git help gitignore`]
# * ref: [.gitignore] http://git-scm.com/docs/gitignore @@ http://archive.is/Rk6rO

# ignore intermediate build artifacts
build
[._@#$]build
target

# ignore coverage data
coverage
dist/.targets
[._@#$]coverage
.nyc_output

# ignore JS import/package-related files
node_modules
package-lock.json
yarn.lock

0 comments on commit 26fc9f4

Please sign in to comment.