mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
623f4e27b7
We initially did not commit this since keeping it in sync is annoying. We cannot use a symlink because Windows. However, it changes sufficiently rarely that checking it in + a check that the two are in sync seems less fragile than the current state. changelog_begin changelog_end
73 lines
652 B
Plaintext
73 lines
652 B
Plaintext
# private configuration
|
|
.envrc.private
|
|
|
|
# Artifacts
|
|
dist
|
|
.interfaces
|
|
*.log
|
|
target
|
|
*.tgz
|
|
|
|
# DAML
|
|
.daml/
|
|
|
|
# dev-env
|
|
/dev-env/jdk
|
|
/dev-env/var/
|
|
|
|
# Bazel
|
|
.bazel-cache
|
|
/bazel-*
|
|
!/bazel-haskell-deps.bzl
|
|
!/bazel-java-deps.bzl
|
|
/compatibility/bazel-*
|
|
!/compatibility/bazel-haskell-deps.bzl
|
|
/compatibility/head_sdk/
|
|
.bazelrc.local
|
|
.bazelproject
|
|
|
|
# node.js
|
|
node_modules/
|
|
|
|
|
|
### Operating Systems ###
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._.DS_Store
|
|
|
|
|
|
### Editors ###
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
|
|
# Emacs
|
|
\#*\#
|
|
.\#*\#
|
|
*~
|
|
|
|
# Ensime
|
|
.ensime
|
|
.ensime_cache
|
|
|
|
# IntelliJ IDEA
|
|
.idea
|
|
.ijwb
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
out
|
|
|
|
# Vim
|
|
*~
|
|
*.swo
|
|
*.swp
|
|
|
|
# Visual Studio Code
|
|
.vscode
|
|
|