-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.swpfile
26 lines (18 loc) · 926 Bytes
/
.swpfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This is an example .swpfile. It lists the directories that should be
# deleted. Each line should contain one path, relative to the directory that
# the .swpfile is in, followed by a newline character (enter).
# Blank lines and lines starting with '#' are ignored. This makes the
# .swpfile compatible with .gitignore files for syntax
# highlighting purposes. However, .swpfile does NOT support regex
# or wildcard syntax, and only works with directories.
# If a .swpfile is found, none of the default paths will match
# and only the contents of the .cleanuprc file will count.
node_modules
# Paths should NOT start with a leading slash, but may end with a
# trailing slash.
target/
# If a listed path does not exist in the directory, it is ignored.
this-directory-does-not-exist/
# Nested paths will only delete the last directory. The below line
# would delete the `bar` directory, but leave `foo` intact.
foo/bar/