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