matrix-dsl

A simple DSL for fast generation of Matrix Bots or Application Services
git clone git://archive.git.mtrnord.blog/Nordgedanken/matrix-dsl.git
Log | Files | Refs | LICENSE

.gitignore (1304B)


      1 # Created by .ignore support plugin (hsz.mobi)
      2 ### JetBrains template
      3 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
      4 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
      5 
      6 # User-specific stuff
      7 .idea/**/workspace.xml
      8 .idea/**/tasks.xml
      9 .idea/**/dictionaries
     10 .idea/**/shelf
     11 
     12 # Sensitive or high-churn files
     13 .idea/**/dataSources/
     14 .idea/**/dataSources.ids
     15 .idea/**/dataSources.local.xml
     16 .idea/**/sqlDataSources.xml
     17 .idea/**/dynamic.xml
     18 .idea/**/uiDesigner.xml
     19 
     20 # Gradle
     21 .idea/**/gradle.xml
     22 .idea/**/libraries
     23 
     24 # CMake
     25 cmake-build-debug/
     26 cmake-build-release/
     27 
     28 # Mongo Explorer plugin
     29 .idea/**/mongoSettings.xml
     30 
     31 # File-based project format
     32 *.iws
     33 
     34 # IntelliJ
     35 out/
     36 
     37 # mpeltonen/sbt-idea plugin
     38 .idea_modules/
     39 
     40 # JIRA plugin
     41 atlassian-ide-plugin.xml
     42 
     43 # Cursive Clojure plugin
     44 .idea/replstate.xml
     45 
     46 # Crashlytics plugin (for Android Studio and IntelliJ)
     47 com_crashlytics_export_strings.xml
     48 crashlytics.properties
     49 crashlytics-build.properties
     50 fabric.properties
     51 
     52 # Editor-based Rest Client
     53 .idea/httpRequests
     54 ### Go template
     55 # Binaries for programs and plugins
     56 *.exe
     57 *.exe~
     58 *.dll
     59 *.so
     60 *.dylib
     61 
     62 # Test binary, build with `go test -c`
     63 *.test
     64 
     65 # Output of the go coverage tool, specifically when used with LiteIDE
     66 *.out
     67 
     68 js_project/