We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622feee + c98e902 commit 6c11140Copy full SHA for 6c11140
2 files changed
Dart.gitignore
@@ -16,9 +16,11 @@ doc/api/
16
17
# Avoid committing generated Javascript files:
18
*.dart.js
19
-*.info.json # Produced by the --dump-info flag.
20
-*.js # When generated by dart2js. Don't specify *.js if your
21
- # project includes source files written in JavaScript.
+# Produced by the --dump-info flag.
+*.info.json
+# When generated by dart2js. Don't specify *.js if your
22
+# project includes source files written in JavaScript.
23
+*.js
24
*.js_
25
*.js.deps
26
*.js.map
Global/Vim.gitignore
@@ -1,6 +1,7 @@
1
# Swap
2
[._]*.s[a-v][a-z]
3
-!*.svg # comment out if you don't need vector files
+# comment out the next line if you don't need vector files
4
+!*.svg
5
[._]*.sw[a-p]
6
[._]s[a-rt-v][a-z]
7
[._]ss[a-gi-z]
0 commit comments