daml/.gitignore

73 lines
684 B
Plaintext
Raw Normal View History

# private configuration
2019-04-04 11:33:38 +03:00
.envrc.private
# Artifacts
dist
.interfaces
2019-04-04 11:33:38 +03:00
*.log
target
*.tgz
# Daml
.daml/
# dev-env
/dev-env/jdk
/dev-env/var/
# Bazel
.bazel-cache
2019-04-04 11:33:38 +03:00
/bazel-*
!/bazel-haskell-deps.bzl
!/bazel-java-deps.bzl
/compatibility/bazel-*
!/compatibility/bazel-haskell-deps.bzl
/compatibility/head_sdk/
2019-04-04 11:33:38 +03:00
.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/*
!.vscode/settings.json.default