10 lines
340 B
Text
10 lines
340 B
Text
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
|
|
# This source code is licensed under the MIT license found in the license file.
|
|
|
|
# Path match pattern to intentionally ignore untracked files and directories.
|
|
# See https://git-scm.com/docs/gitignore for more details.
|
|
|
|
# +---------+
|
|
# + Node.js +
|
|
# +---------+
|
|
node_modules/
|