Skip to content

Commit e0924ba

Browse files
authored
Merge pull request #243 from magneticflux-/restructure-angular-library
Restructure angular library
2 parents 5c2ede1 + 936e654 commit e0924ba

File tree

76 files changed

+13562
-18303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+13562
-18303
lines changed

.editorconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
# Editor configuration, see http://editorconfig.org
1+
# Editor configuration, see https://editorconfig.org
22
root = true
33

44
[*]
55
charset = utf-8
66
indent_style = space
77
indent_size = 2
8-
end_of_line = lf
98
insert_final_newline = true
109
trim_trailing_whitespace = true
1110

1211
[*.md]
13-
insert_final_newline = false
12+
max_line_length = off
1413
trim_trailing_whitespace = false

.gitignore

Lines changed: 322 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,332 @@
1-
# Node
2-
node_modules/*
3-
npm-debug.log
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
42

5-
# TypeScript
6-
src/compiled
3+
# compiled output
74
/dist
5+
/tmp
6+
/out-tsc
7+
# Only exists if Bazel was run
8+
/bazel-out
9+
10+
# dependencies
11+
/node_modules
12+
13+
# profiling files
14+
chrome-profiler-events*.json
15+
speed-measure-plugin*.json
816

9-
# JetBrains
10-
.idea
17+
# IDEs and editors
18+
/.idea
1119
.project
12-
.settings
13-
.idea/*
14-
*.iml
20+
.classpath
21+
.c9/
22+
*.launch
23+
.settings/
24+
*.sublime-workspace
1525

16-
# Windows
26+
# IDE - VSCode
27+
.vscode/*
28+
!.vscode/settings.json
29+
!.vscode/tasks.json
30+
!.vscode/launch.json
31+
!.vscode/extensions.json
32+
.history/*
33+
34+
# misc
35+
/.sass-cache
36+
/connect.lock
37+
/coverage
38+
/libpeerconnection.log
39+
npm-debug.log
40+
yarn-error.log
41+
testem.log
42+
/typings
43+
44+
# System Files
45+
.DS_Store
1746
Thumbs.db
18-
Desktop.ini
47+
### Archives template
48+
# It's better to unpack these files and commit the raw source because
49+
# git has its own built in compression methods.
50+
*.7z
51+
*.jar
52+
*.rar
53+
*.zip
54+
*.gz
55+
*.tgz
56+
*.bzip
57+
*.bz2
58+
*.xz
59+
*.lzma
60+
*.cab
61+
62+
# Packing-only formats
63+
*.iso
64+
*.tar
65+
66+
# Package management formats
67+
*.dmg
68+
*.xpi
69+
*.gem
70+
*.egg
71+
*.deb
72+
*.rpm
73+
*.msi
74+
*.msm
75+
*.msp
76+
77+
### VisualStudioCode template
78+
.vscode/*
79+
!.vscode/settings.json
80+
!.vscode/tasks.json
81+
!.vscode/launch.json
82+
!.vscode/extensions.json
83+
84+
### JetBrains template
85+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
86+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
87+
88+
# User-specific stuff
89+
.idea/**/workspace.xml
90+
.idea/**/tasks.xml
91+
.idea/**/usage.statistics.xml
92+
.idea/**/dictionaries
93+
.idea/**/shelf
94+
95+
# Generated files
96+
.idea/**/contentModel.xml
97+
98+
# Sensitive or high-churn files
99+
.idea/**/dataSources/
100+
.idea/**/dataSources.ids
101+
.idea/**/dataSources.local.xml
102+
.idea/**/sqlDataSources.xml
103+
.idea/**/dynamic.xml
104+
.idea/**/uiDesigner.xml
105+
.idea/**/dbnavigator.xml
106+
107+
# Gradle
108+
.idea/**/gradle.xml
109+
.idea/**/libraries
110+
111+
# Gradle and Maven with auto-import
112+
# When using Gradle or Maven with auto-import, you should exclude module files,
113+
# since they will be recreated, and may cause churn. Uncomment if using
114+
# auto-import.
115+
# .idea/modules.xml
116+
# .idea/*.iml
117+
# .idea/modules
118+
# *.iml
119+
# *.ipr
120+
121+
# CMake
122+
cmake-build-*/
19123

20-
# Mac
124+
# Mongo Explorer plugin
125+
.idea/**/mongoSettings.xml
126+
127+
# File-based project format
128+
*.iws
129+
130+
# IntelliJ
131+
out/
132+
133+
# mpeltonen/sbt-idea plugin
134+
.idea_modules/
135+
136+
# JIRA plugin
137+
atlassian-ide-plugin.xml
138+
139+
# Cursive Clojure plugin
140+
.idea/replstate.xml
141+
142+
# Crashlytics plugin (for Android Studio and IntelliJ)
143+
com_crashlytics_export_strings.xml
144+
crashlytics.properties
145+
crashlytics-build.properties
146+
fabric.properties
147+
148+
# Editor-based Rest Client
149+
.idea/httpRequests
150+
151+
# Android studio 3.1+ serialized cache file
152+
.idea/caches/build_file_checksums.ser
153+
154+
### macOS template
155+
# General
21156
.DS_Store
22-
**/.DS_Store
157+
.AppleDouble
158+
.LSOverride
23159

24-
# But not these:
25-
!*.conf.js
160+
# Icon must end with two \r
161+
Icon
162+
163+
# Thumbnails
164+
._*
165+
166+
# Files that might appear in the root of a volume
167+
.DocumentRevisions-V100
168+
.fseventsd
169+
.Spotlight-V100
170+
.TemporaryItems
171+
.Trashes
172+
.VolumeIcon.icns
173+
.com.apple.timemachine.donotpresent
174+
175+
# Directories potentially created on remote AFP share
176+
.AppleDB
177+
.AppleDesktop
178+
Network Trash Folder
179+
Temporary Items
180+
.apdisk
181+
182+
### Node template
183+
# Logs
184+
logs
185+
*.log
186+
npm-debug.log*
187+
yarn-debug.log*
188+
yarn-error.log*
189+
lerna-debug.log*
190+
191+
# Diagnostic reports (https://nodejs.org/api/report.html)
192+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
193+
194+
# Runtime data
195+
pids
196+
*.pid
197+
*.seed
198+
*.pid.lock
199+
200+
# Directory for instrumented libs generated by jscoverage/JSCover
201+
lib-cov
202+
203+
# Coverage directory used by tools like istanbul
204+
coverage
205+
*.lcov
206+
207+
# nyc test coverage
208+
.nyc_output
209+
210+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
211+
.grunt
212+
213+
# Bower dependency directory (https://bower.io/)
214+
bower_components
215+
216+
# node-waf configuration
217+
.lock-wscript
218+
219+
# Compiled binary addons (https://nodejs.org/api/addons.html)
220+
build/Release
221+
222+
# Dependency directories
223+
node_modules/
224+
jspm_packages/
225+
226+
# TypeScript v1 declaration files
227+
typings/
228+
229+
# TypeScript cache
230+
*.tsbuildinfo
231+
232+
# Optional npm cache directory
233+
.npm
234+
235+
# Optional eslint cache
236+
.eslintcache
237+
238+
# Optional REPL history
239+
.node_repl_history
240+
241+
# Output of 'npm pack'
242+
*.tgz
243+
244+
# Yarn Integrity file
245+
.yarn-integrity
246+
247+
# dotenv environment variables file
248+
.env
249+
.env.test
250+
251+
# parcel-bundler cache (https://parceljs.org/)
252+
.cache
253+
254+
# next.js build output
255+
.next
256+
257+
# nuxt.js build output
258+
.nuxt
259+
260+
# vuepress build output
261+
.vuepress/dist
262+
263+
# Serverless directories
264+
.serverless/
265+
266+
# FuseBox cache
267+
.fusebox/
268+
269+
# DynamoDB Local files
270+
.dynamodb/
271+
272+
### Windows template
273+
# Windows thumbnail cache files
274+
Thumbs.db
275+
Thumbs.db:encryptable
276+
ehthumbs.db
277+
ehthumbs_vista.db
278+
279+
# Dump file
280+
*.stackdump
281+
282+
# Folder config file
283+
[Dd]esktop.ini
284+
285+
# Recycle Bin used on file shares
286+
$RECYCLE.BIN/
287+
288+
# Windows Installer files
289+
*.cab
290+
*.msi
291+
*.msix
292+
*.msm
293+
*.msp
294+
295+
# Windows shortcuts
296+
*.lnk
297+
298+
### Linux template
299+
*~
300+
301+
# temporary files which can be created if a process still has a handle open of a deleted file
302+
.fuse_hidden*
303+
304+
# KDE directory preferences
305+
.directory
306+
307+
# Linux trash folder which might appear on any partition or disk
308+
.Trash-*
309+
310+
# .nfs files are created when an open file is removed but is still being accessed
311+
.nfs*
312+
313+
### Vim template
314+
# Swap
315+
[._]*.s[a-v][a-z]
316+
[._]*.sw[a-p]
317+
[._]s[a-rt-v][a-z]
318+
[._]ss[a-gi-z]
319+
[._]sw[a-p]
320+
321+
# Session
322+
Session.vim
323+
Sessionx.vim
324+
325+
# Temporary
326+
.netrwhist
327+
*~
328+
# Auto-generated tag files
329+
tags
330+
# Persistent undo
331+
[._]*.un~
26332

27-
/coverage

.npmignore

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)