We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac418af + dba0c69 commit 1090d9fCopy full SHA for 1090d9f
.gitignore
@@ -1,9 +1,10 @@
1
*.pyc
2
*.cache
3
-*.sublime-project
+
4
+# Editor files
5
+*.sublime-workspace
6
7
+# Temporary/generated files
8
dist/
9
MANIFEST
-
-# Ignore YAML syntax file:
-# plist is a master file for syntax.
-Support/PowershellSyntax.YAML-tmLanguage
10
+*.YAML-tmLanguage
.hgignore
PowerShell.sublime-project
@@ -0,0 +1,9 @@
+{
+ "folders":
+ [
+ {
+ "follow_symlinks": true,
+ "path": "."
+ }
+ ]
+}
0 commit comments