File tree 3 files changed +74
-20
lines changed
3 files changed +74
-20
lines changed Original file line number Diff line number Diff line change
1
+ # Parts of this file were adapted from
2
+ # GitHub’s collection of .gitignore file templates
3
+ # which are Copyright (c) 2016 GitHub, Inc.
4
+ # and released under the MIT License.
5
+ # For more details, visit the project page:
6
+ # https://github.com/github/gitignore
7
+
8
+ # Logs
9
+ logs
10
+ * .log
11
+ npm-debug.log *
12
+
13
+ # Runtime data
14
+ pids
15
+ * .pid
16
+ * .seed
17
+ * .pid.lock
18
+
19
+ # Directory for instrumented libs generated by jscoverage/JSCover
20
+ lib-cov
21
+
22
+ # Coverage directory used by tools like istanbul
23
+ coverage
24
+
25
+ # nyc test coverage
26
+ .nyc_output
27
+
28
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
29
+ .grunt
30
+
31
+ # node-waf configuration
32
+ .lock-wscript
33
+
34
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
35
+ build /Release
36
+
37
+ # Dependency directories
38
+ node_modules
39
+ jspm_packages
40
+
41
+ # Optional npm cache directory
42
+ .npm
43
+
44
+ # Optional eslint cache
45
+ .eslintcache
46
+
47
+ # Optional REPL history
48
+ .node_repl_history
49
+
50
+ # Output of 'npm pack'
51
+ * .tgz
52
+
53
+ # Yarn Integrity file
54
+ .yarn-integrity
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @rxrc/systemd-units" ,
3
+ "version" : " 2.0.0" ,
4
+ "description" : " Systemd units." ,
5
+ "homepage" : " https://github.com/rxrc/systemd-units" ,
6
+ "bugs" : " https://github.com/rxrc/systemd-units/issues" ,
7
+ "repository" : " rxrc/systemd-units" ,
8
+ "license" : " Unlicense" ,
9
+ "author" : {
10
+ "name" : " Evan Sosenko" ,
11
+
12
+ },
13
+ "files" : [
14
+ " *.conf.d" ,
15
+ " system"
16
+ ],
17
+ "scripts" : {
18
+ "postversion" : " git push && git push --tags"
19
+ }
20
+ }
You can’t perform that action at this time.
0 commit comments