File tree 7 files changed +1271
-0
lines changed
7 files changed +1271
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "projects": {
3
+ "default": "n-high-auth"
4
+ }
5
+ }
Original file line number Diff line number Diff line change
1
+ # Logs
2
+ logs
3
+ * .log
4
+ npm-debug.log *
5
+ yarn-debug.log *
6
+ yarn-error.log *
7
+ firebase-debug.log *
8
+
9
+ # Firebase cache
10
+ .firebase /
11
+
12
+ # Firebase config
13
+
14
+ # Uncomment this if you'd like others to create their own Firebase project.
15
+ # For a team working on the same Firebase project(s), it is recommended to leave
16
+ # it commented so all members can deploy to the same project(s) in .firebaserc.
17
+ # .firebaserc
18
+
19
+ # Runtime data
20
+ pids
21
+ * .pid
22
+ * .seed
23
+ * .pid.lock
24
+
25
+ # Directory for instrumented libs generated by jscoverage/JSCover
26
+ lib-cov
27
+
28
+ # Coverage directory used by tools like istanbul
29
+ coverage
30
+
31
+ # nyc test coverage
32
+ .nyc_output
33
+
34
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
35
+ .grunt
36
+
37
+ # Bower dependency directory (https://bower.io/)
38
+ bower_components
39
+
40
+ # node-waf configuration
41
+ .lock-wscript
42
+
43
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
44
+ build /Release
45
+
46
+ # Dependency directories
47
+ node_modules /
48
+
49
+ # Optional npm cache directory
50
+ .npm
51
+
52
+ # Optional eslint cache
53
+ .eslintcache
54
+
55
+ # Optional REPL history
56
+ .node_repl_history
57
+
58
+ # Output of 'npm pack'
59
+ * .tgz
60
+
61
+ # Yarn Integrity file
62
+ .yarn-integrity
63
+
64
+ # dotenv environment variables file
65
+ .env
Original file line number Diff line number Diff line change
1
+ {
2
+ "hosting" : {
3
+ "public" : " public" ,
4
+ "ignore" : [
5
+ " firebase.json" ,
6
+ " **/.*" ,
7
+ " **/node_modules/**"
8
+ ]
9
+ }
10
+ }
You can’t perform that action at this time.
0 commit comments