showcase: app.cars, testing $modal and promises
[JavaScriptForFun] / .gitignore
1 cscope.*
2
3 # npm
4 node_modules/
5 npm-debug.log
6
7 # bower
8 bower_components/
9
10 # gulp temporary folder
11 .tmp/
12
13 # From: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
14 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
15 *.iml
16 ## Directory-based project format:
17 .idea/
18 # if you remove the above rule, at least ignore the following:
19 # User-specific stuff:
20 # .idea/workspace.xml
21 # .idea/tasks.xml
22 # .idea/dictionaries
23 # Sensitive or high-churn files:
24 # .idea/dataSources.ids
25 # .idea/dataSources.xml
26 # .idea/sqlDataSources.xml
27 # .idea/dynamic.xml
28 # .idea/uiDesigner.xml
29 # Gradle:
30 # .idea/gradle.xml
31 # .idea/libraries
32 # Mongo Explorer plugin:
33 # .idea/mongoSettings.xml
34 ## File-based project format:
35 *.ipr
36 *.iws
37 ## Plugin-specific files:
38 # IntelliJ
39 out/
40 # mpeltonen/sbt-idea plugin
41 .idea_modules/
42 # JIRA plugin
43 atlassian-ide-plugin.xml
44 # Crashlytics plugin (for Android Studio and IntelliJ)
45 com_crashlytics_export_strings.xml
46
47 # karma tests
48 test-tmp/
49 coverage/
50 report/