summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-22 23:04:06 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-22 23:04:06 -0500
commitaaa135c4c6156dd1ee32b16489b2539d08c1ba90 (patch)
tree557e0ce6701bd22d61078a9397b737d3df4d5d33 /.gitignore
parent3245ce771817a3f7a61e397786900b28f98e45fd (diff)
parente4e651a2e9405303cf387988ff98d4034c9f3832 (diff)
downloadchat-aaa135c4c6156dd1ee32b16489b2539d08c1ba90.tar.gz
chat-aaa135c4c6156dd1ee32b16489b2539d08c1ba90.tar.bz2
chat-aaa135c4c6156dd1ee32b16489b2539d08c1ba90.zip
Merge pull request #1494 from mattermost/plt-982
PLT-982 Overhaul of build system.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index fc9076e69..50cdca100 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,9 +6,11 @@ dist
npm-debug.log
web/static/js/bundle*.js
+web/static/js/bundle*.js.map
web/static/js/libs*.js
-model/version.go
-model/version.go.bak
+
+# Build Targets
+.prepare
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o