Skip to content

Commit 666152a

Browse files
committed
removing spec files from dist folder
note: not using tsconfig file exclusion for this, as spec files doesn't compile anymore when doing so I then prefered to gitignore it
1 parent a3787e4 commit 666152a

File tree

3 files changed

+4
-103
lines changed

3 files changed

+4
-103
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Specificities
2+
# Removing spec files from dist folder
3+
# Another option would be exclude spec files in tsconfig, but for strange reason,
4+
# spec files doesn't compile well after that
5+
dist/**/*.spec.*
26

37
# Intellij IDEA
48
*.iml

dist/ts-object-transformer.spec.d.ts

-1
This file was deleted.

dist/ts-object-transformer.spec.js

-102
This file was deleted.

0 commit comments

Comments
 (0)