gitignore
parent
3042101347
commit
d576bce667
|
|
@ -1,12 +1,14 @@
|
|||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# compiled output
|
||||
/dist
|
||||
|
||||
/tmp
|
||||
/out-tsc
|
||||
|
||||
# Only exists if Bazel was run
|
||||
/bazel-out
|
||||
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
|
|
@ -45,6 +47,5 @@ testem.log
|
|||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
src/environments/environment.ts
|
||||
src/environments/environment.prod.ts
|
||||
src/vniigaz-v2/vniigaz-v2.env.dev.ts
|
||||
src/environments
|
||||
.gitignore
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export const environment = {
|
|||
defaultLocale: 'ru'
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* For easier debugging in development mode, you can import the following file
|
||||
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue