Skip to main content
Module

x/xdg/.gitignore

Determine XDG Base Directory paths (OS/platform portable)
Go to Latest
File
# v2022-07-23 [rivy]# spell-checker:ignore (people) Roy Ivy III * rivy (words) globstar
# NOTE: Git GLOBSTAR syntax [see `git help gitignore`]# * ref: [.gitignore] http://git-scm.com/docs/gitignore @@ http://archive.is/Rk6rO# * ref: [Generate a 'gitignore'](https://gitignore.io) ; eg, <https://gitignore.io/api/node>
# ignore intermediate build artifactsbuild[._@#$]buildtarget
# ignore coverage datacoverage[._@#$]coverage.nyc_output
# ignore JS import/package-related filesnode_modulespackage-lock.jsonyarn.lock# * allow packaging of lock files into '.deps-lock'!.deps-lock/package-lock.json!.deps-lock/yarn.lock