GITLAB
Nung Poti
/ stronglooptemplate
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3b4e0ab5531f98e88488ecd3f38a59d1a1bd04b6
Authored by
Nung Poti
2016-07-01 18:12:19 +0700
0 parents
Exists in
master
gitignore
Showing
1 changed file
with
19 additions
and
0 deletions
Show diff stats
.gitignore
Side-by-side Diff
Inline Diff
.gitignore
0 → 100644
Wrap text
Diff comments
View file @
3b4e0ab
1
+++ a/.gitignore
...
...
@@ -0,0 +1,19 @@
1
+*.csv
2
+*.dat
3
+*.iml
4
+*.log
5
+*.out
6
+*.pid
7
+*.seed
8
+*.sublime-*
9
+*.swo
10
+*.swp
11
+*.tgz
12
+*.xml
13
+.DS_Store
14
+.idea
15
+.project
16
+.strong-pm
17
+coverage
18
+node_modules
19
+npm-debug.log
...
...