File tree 4 files changed +886
-0
lines changed
4 files changed +886
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Ignore docs files
2
+ _gh_pages
3
+ .ruby-version
4
+
5
+ # Numerous always-ignore extensions
6
+ * .diff
7
+ * .err
8
+ * .orig
9
+ * .log
10
+ * .rej
11
+ * .swo
12
+ * .swp
13
+ * .zip
14
+ * .vi
15
+ * ~
16
+ * .~lock *
17
+ .~lock *
18
+
19
+ # OS or Editor folders
20
+ .DS_Store
21
+ ._ *
22
+ Thumbs.db
23
+ .cache
24
+ .project
25
+ .settings
26
+ .tmproj
27
+ * .esproj
28
+ nbproject
29
+ * .sublime-project
30
+ * .sublime-workspace
31
+ .idea
32
+
33
+ # Komodo
34
+ * .komodoproject
35
+ .komodotools
36
+
37
+ # grunt-html-validation
38
+ validation-status.json
39
+ validation-report.json
40
+
41
+ # Folders to ignore
42
+ node_modules
43
+
44
+ # Ignore all logfiles and tempfiles.
45
+ ! /log /.keep
46
+ /tmp
47
+ /.gems
48
+
49
+ testing-code-3.js
50
+ testing-scribling-code.js
51
+ testing-code-1.js
52
+ Cracking-The-Coding-Interview-Note-Gitignore-IT.odt
Original file line number Diff line number Diff line change
1
+ Cracking the Coding Interview Exercise questions implemented in JavaScript
You can’t perform that action at this time.
0 commit comments