Skip to main content
Module

x/enum/.gitignore

Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.
Latest
File
$ cat .gitignore
# Can ignore specific files.idea
# Use wildcards as well*~#*.swp
# Can also ignore all directories and files in a directory.node_modulesnode_modules/**/*
package-lock.json
cjs