ds4/.gitignore

33 lines
364 B
Plaintext
Raw Normal View History

2021-06-26 22:02:00 +02:00
# SPDX-FileCopyrightText: 2021 Johannes Loher
# SPDX-FileCopyrightText: 2021 Oliver Rümpelein
#
# SPDX-License-Identifier: MIT
2020-10-29 16:18:38 +01:00
# IDE
.idea/
.vs/
# Node Modules
node_modules/
npm-debug.log
2020-12-23 16:52:20 +01:00
# Local configuration
foundryconfig.json
# Distribution files
dist
2020-12-23 18:26:20 +01:00
# ESLint
.eslintcache
2020-12-30 22:41:55 +01:00
# Junit results
results.xml
2021-02-11 13:42:38 +01:00
junit.xml
2021-02-11 12:34:01 +01:00
# foundry
2022-11-21 03:00:46 +01:00
/client
/common
2023-03-23 02:19:58 +01:00
.pnpm-store/