forked from cstefanache/angular2-img-cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (46 loc) · 636 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (46 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/typings
/dist
src/**/*.js.map
src/**/*.d.ts
src/**/*.js
runtime/*.js
index.js.map
index.d.ts
index.js
#################
## Misc
#################
**/.DS_Store
nbproject
manifest.mf
build.xml
node_modules/*
npm-debug.log
coverage
dist/img-cropper-test-app.d.ts
dist/img-cropper-test-app.js
dist/img-cropper-test-app.js.map
!karma.conf.js
!karma-test-shim.js
!make.js
!bundles/*.js
#################
## JetBrains
#################
.idea
.project
.settings
.idea/*
*.iml
############
## Windows
############
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
############
## Mac
############
# Mac crap
.DS_Store