daml/.gitignore

65 lines
556 B
Plaintext
Raw Normal View History

# private configuration
2019-04-04 11:33:38 +03:00
.envrc.private
# Log files
2019-04-04 11:33:38 +03:00
*.log
# DAML
.daml/
# dev-env
/dev-env/var/
# Bazel
/.bazel-cache/
2019-04-04 11:33:38 +03:00
/bazel-*
/compatibility/bazel-*
/compatibility/.bazelrc
/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 # Bazel
*.iml
*.ipr
*.iws
out
# Vim
*~
*.swo
*.swp
# Visual Studio Code
.vscode