File tree 17 files changed +132
-96
lines changed
17 files changed +132
-96
lines changed Original file line number Diff line number Diff line change
1
+ .vscode/*
2
+ !.vscode/settings.json
3
+ !.vscode/tasks.json
4
+ !.vscode/launch.json
5
+ !.vscode/extensions.json
6
+ *.code-workspace
7
+
8
+ # Local History for Visual Studio Code
9
+ .history/
10
+ *.app
11
+ .snapshots/*
Original file line number Diff line number Diff line change 1
- # Built application files
2
- *.apk
3
- *.aar
4
- *.ap_
5
- *.aab
6
-
7
- # Files for the ART/Dalvik VM
8
- *.dex
9
-
10
- # Java class files
11
- *.class
12
-
13
- # Generated files
14
- bin/
15
- gen/
16
- out/
17
- # Uncomment the following line in case you need and you don't have the release build type files in your app
18
- # release/
19
-
20
1
# Gradle files
21
2
.gradle/
22
3
build/
23
4
24
5
# Local configuration file (sdk path, etc)
25
6
local.properties
26
7
27
- # Proguard folder generated by Eclipse
28
- proguard/
29
-
30
- # Log Files
8
+ # Log/OS Files
31
9
*.log
32
10
33
- # Android Studio Navigation editor temp files
34
- .navigation/
35
-
36
- # Android Studio captures folder
11
+ # Android Studio generated files and folders
37
12
captures/
13
+ .externalNativeBuild/
14
+ .cxx/
15
+ *.apk
16
+ output.json
38
17
39
18
# IntelliJ
40
19
*.iml
41
- .idea/workspace.xml
42
- .idea/tasks.xml
43
- .idea/gradle.xml
44
- .idea/assetWizardSettings.xml
45
- .idea/dictionaries
46
- .idea/libraries
47
- .idea/jarRepositories.xml
48
- # Android Studio 3 in .gitignore file.
49
- .idea/caches
50
- .idea/modules.xml
51
- # Comment next line if keeping position of elements in Navigation Editor is relevant for you
52
- .idea/navEditor.xml
20
+ .idea/
53
21
54
22
# Keystore files
55
- # Uncomment the following lines if you do not want to check your keystore files in.
56
- #*.jks
57
- #*.keystore
58
-
59
- # External native build folder generated in Android Studio 2.2 and later
60
- .externalNativeBuild
61
- .cxx/
23
+ *.jks
24
+ *.keystore
62
25
63
26
# Google Services (e.g. APIs or Firebase)
64
- # google-services.json
65
-
66
- # Freeline
67
- freeline.py
68
- freeline/
69
- freeline_project_description.json
70
-
71
- # fastlane
72
- fastlane/report.xml
73
- fastlane/Preview.html
74
- fastlane/screenshots
75
- fastlane/test_output
76
- fastlane/readme.md
77
-
78
- # Version control
79
- vcs.xml
80
-
81
- # lint
82
- lint/intermediates/
83
- lint/generated/
84
- lint/outputs/
85
- lint/tmp/
86
- # lint/reports/
27
+ google-services.json
87
28
88
29
# Android Profiling
89
30
*.hprof
Original file line number Diff line number Diff line change 13
13
14
14
# Dependency directories (remove the comment below to include it)
15
15
# vendor/
16
+
17
+ # Go workspace file
18
+ go.work
Original file line number Diff line number Diff line change 6
6
hugo.exe
7
7
hugo.darwin
8
8
hugo.linux
9
+
10
+ # Temporary lock file while building
11
+ /.hugo_build.lock
Original file line number Diff line number Diff line change
1
+ # Idris 2
2
+ *.ttc
3
+ *.ttm
4
+
5
+ # Idris 1
1
6
*.ibc
2
7
*.o
Original file line number Diff line number Diff line change 21
21
22
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
23
hs_err_pid*
24
+ replay_pid*
Original file line number Diff line number Diff line change 1
- # For PCBs designed using KiCad: http ://www.kicad-pcb .org/
2
- # Format documentation: http ://kicad-pcb .org/help/file-formats/
1
+ # For PCBs designed using KiCad: https ://www.kicad.org/
2
+ # Format documentation: https ://kicad.org/help/file-formats/
3
3
4
4
# Temporary files
5
5
*.000
Original file line number Diff line number Diff line change 21
21
22
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
23
hs_err_pid*
24
+ replay_pid*
Original file line number Diff line number Diff line change
1
+ # gitignore template for LensStudio
2
+ # website: https://lensstudio.snapchat.com/
3
+
4
+ # macOS/IDE #
5
+ .DS_Store
6
+ .idea
7
+
8
+ # js #
9
+ node_modules
10
+ yarn.lock
11
+
12
+ # Python #
13
+ __pycache__/
14
+ *.py[cod]
15
+ *$py.class
16
+ [Bb]ackup*
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ web_modules/
54
54
# Optional eslint cache
55
55
.eslintcache
56
56
57
+ # Optional stylelint cache
58
+ .stylelintcache
59
+
57
60
# Microbundle cache
58
61
.rpt2_cache/
59
62
.rts2_cache_cjs/
@@ -70,9 +73,10 @@ web_modules/
70
73
.yarn-integrity
71
74
72
75
# dotenv environment variables file
73
- .env
74
- .env.test
75
- .env.production
76
+ .env.development.local
77
+ .env.test.local
78
+ .env.production.local
79
+ .env.local
76
80
77
81
# parcel-bundler cache (https://parceljs.org/)
78
82
.cache
95
99
# vuepress build output
96
100
.vuepress/dist
97
101
102
+ # vuepress v2.x temp and cache directory
103
+ .temp
104
+ .cache
105
+
98
106
# Serverless directories
99
107
.serverless/
100
108
Original file line number Diff line number Diff line change @@ -136,3 +136,10 @@ dmypy.json
136
136
137
137
# Cython debug symbols
138
138
cython_debug/
139
+
140
+ # PyCharm
141
+ # JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
142
+ # be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
143
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
144
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
145
+ #.idea/
Original file line number Diff line number Diff line change 4
4
5
5
# Session Data files
6
6
.RData
7
+ .RDataTmp
7
8
8
9
# User-specific files
9
10
.Ruserdata
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ config/master.key
27
27
# dotenv, dotenv-rails
28
28
# TODO Comment out these rules if environment variables can be committed
29
29
.env
30
- .env.*
30
+ .env*.local
31
31
32
32
## Environment normalization:
33
33
/.bundle
Original file line number Diff line number Diff line change @@ -111,6 +111,9 @@ acs-*.bib
111
111
*.glsdefs
112
112
*.lzo
113
113
*.lzs
114
+ *.slg
115
+ *.slo
116
+ *.sls
114
117
115
118
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
116
119
# *.ist
Original file line number Diff line number Diff line change 14
14
# They also could contain extremely sensitive data
15
15
/[Mm]emoryCaptures/
16
16
17
+ # Recordings can get excessive in size
18
+ /[Rr]ecordings/
19
+
17
20
# Asset meta data should only be ignored when the corresponding asset is also ignored
18
21
!/[Aa]ssets/**/*.meta
19
22
@@ -59,6 +62,7 @@ sysinfo.txt
59
62
*.apk
60
63
*.aab
61
64
*.unitypackage
65
+ *.app
62
66
63
67
# Crashlytics generated file
64
68
crashlytics-build.properties
Original file line number Diff line number Diff line change @@ -206,9 +206,6 @@ PublishScripts/
206
206
*.nuget.props
207
207
*.nuget.targets
208
208
209
- # Nuget personal access tokens and Credentials
210
- # nuget.config
211
-
212
209
# Microsoft Azure Build Output
213
210
csx/
214
211
*.build.csdef
@@ -297,6 +294,17 @@ node_modules/
297
294
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
298
295
*.vbw
299
296
297
+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
298
+ *.vbp
299
+
300
+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
301
+ *.dsw
302
+ *.dsp
303
+
304
+ # Visual Studio 6 technical files
305
+ *.ncb
306
+ *.aps
307
+
300
308
# Visual Studio LightSwitch build output
301
309
**/*.HTMLClient/GeneratedArtifacts
302
310
**/*.DesktopClient/GeneratedArtifacts
@@ -384,5 +392,4 @@ FodyWeavers.xsd
384
392
*.msp
385
393
386
394
# JetBrains Rider
387
- .idea/
388
395
*.sln.iml
Original file line number Diff line number Diff line change 1
- # ignore everything in the root except the "wp-content" directory .
2
- !wp-content/
1
+ # Wordpress - ignore core, configuration, examples, uploads and logs .
2
+ # https://github.com/github/gitignore/blob/master/WordPress.gitignore
3
3
4
- # ignore everything in the "wp-content" directory, except:
5
- # "mu-plugins", "plugins", "themes" directory
6
- wp-content/*
7
- !wp-content/mu-plugins/
8
- !wp-content/plugins/
9
- !wp-content/themes/
4
+ # Core
5
+ #
6
+ # Note: if you want to stage/commit WP core files
7
+ # you can delete this whole section/until Configuration.
8
+ /wp-admin/
9
+ /wp-content/index.php
10
+ /wp-content/languages
11
+ /wp-content/plugins/index.php
12
+ /wp-content/themes/index.php
13
+ /wp-includes/
14
+ /index.php
15
+ /license.txt
16
+ /readme.html
17
+ /wp-*.php
18
+ /xmlrpc.php
10
19
11
- # ignore these plugins
12
- wp-content/plugins/hello .php
20
+ # Configuration
21
+ wp-config .php
13
22
14
- # ignore specific themes
15
- wp-content/themes/twenty*/
23
+ # Example themes
24
+ / wp-content/themes/twenty*/
16
25
17
- # ignore node dependency directories
18
- node_modules/
26
+ # Example plugin
27
+ /wp-content/plugins/hello.php
19
28
20
- # ignore log files and databases
29
+ # Uploads
30
+ /wp-content/uploads/
31
+
32
+ # Log files
21
33
*.log
22
- *.sql
23
- *.sqlite
34
+
35
+ # htaccess
36
+ /.htaccess
37
+
38
+ # All plugins
39
+ #
40
+ # Note: If you wish to whitelist plugins,
41
+ # uncomment the next line
42
+ #/wp-content/plugins
43
+
44
+ # All themes
45
+ #
46
+ # Note: If you wish to whitelist themes,
47
+ # uncomment the next line
48
+ #/wp-content/themes
You can’t perform that action at this time.
0 commit comments