-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.pubignore
More file actions
42 lines (37 loc) · 631 Bytes
/
.pubignore
File metadata and controls
42 lines (37 loc) · 631 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Flutter/Dart/Pub related
.dart_tool/
build/
.git/
.gitignore
.pubignore
# Documentation related
# Exclude Netlify state files but keep the configuration
documentation/.netlify/state.json
documentation/.netlify/netlify.toml
# Sample examples
sample_examples/
sample/
sample/*
documentation/.netlify/
documentation/.netlify/*
# Explicitly ignore all files and folders under sample/ and documentation/.netlify/
sample/
sample/*
documentation/.netlify/
documentation/.netlify/*