BUGFIX: Make sure to always spawn a new sequence matcher when a sequence matcher...
[pingpong.git] / Code / Projects / TplinkPlugClient / .gitignore
1 # Borrowed from https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
2
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
11  # JetBrains says not to ignore this one, but it is often inhibitted by a lot of machine specific automatic changes
12 .idea/misc.xml
13
14 # Sensitive or high-churn files:
15 .idea/**/dataSources/
16 .idea/**/dataSources.ids
17 .idea/**/dataSources.xml
18 .idea/**/dataSources.local.xml
19 .idea/**/sqlDataSources.xml
20 .idea/**/dynamic.xml
21 .idea/**/uiDesigner.xml
22
23 # Janus: Exclude idea artifacts
24 .idea/artifacts
25
26 # Gradle: (combination of the JetBrains gitiginre and Gradle gitignore at )
27 .idea/**/gradle.xml
28 .idea/**/libraries
29 .gradle
30 /build/
31 # Ignore Gradle GUI config
32 gradle-app.setting
33 # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
34 !gradle-wrapper.jar
35 # Cache of project
36 .gradletasknamecache
37 # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
38 # gradle/wrapper/gradle-wrapper.properties
39
40 # CMake
41 cmake-build-debug/
42
43 # Mongo Explorer plugin:
44 .idea/**/mongoSettings.xml
45
46 ## File-based project format:
47 *.iws
48
49 ## Plugin-specific files:
50
51 # IntelliJ
52 out/
53
54 # mpeltonen/sbt-idea plugin
55 .idea_modules/
56
57 # JIRA plugin
58 atlassian-ide-plugin.xml
59
60 # Cursive Clojure plugin
61 .idea/replstate.xml
62
63 # Crashlytics plugin (for Android Studio and IntelliJ)
64 com_crashlytics_export_strings.xml
65 crashlytics.properties
66 crashlytics-build.properties
67 fabric.properties
68
69 #ignore config files as they are user specific and hold login credentials
70 src/main/resources/cfg/config.properties