Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit d4544fc

Browse files
committed
Update .gitignore
1 parent 2bc0468 commit d4544fc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,14 @@ sftp-config.json
9292
# Atom Plugins
9393
deployment-config.json
9494
Gemfile.lock
95+
96+
# NPM
97+
node_modules/
98+
npm-debug.log
99+
100+
# TypeScript type defs
101+
typings/
102+
103+
# Compiled Angular TypeScript
104+
lib/web/public/app/**/*.js
105+
lib/web/public/app/**/*.map

0 commit comments

Comments
 (0)