aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-07-26 12:26:15 -0700
committerclarkzjw <[email protected]>2023-07-26 12:26:25 -0700
commitf847de64eb8f724fa512801b43a26522afff61ae (patch)
tree58d3121589127213a882a68cbe8b760c927d2135 /.gitignore
parent0559d681e1a973431385de741d094677143d4407 (diff)
downloadphoto-f847de64eb8f724fa512801b43a26522afff61ae.tar.gz
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore87
1 files changed, 87 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3336a18..d369682 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,90 @@ _site/
11.jekyll-cache/ 11.jekyll-cache/
12.venv/ 12.venv/
13_data/photos.json 13_data/photos.json
14# See http://help.github.com/ignore-files/ for more about ignoring files.
15
16# compiled output
17/dist
18/tmp
19/out-tsc
20
21# Runtime data
22pids
23*.pid
24*.seed
25*.pid.lock
26
27# Directory for instrumented libs generated by jscoverage/JSCover
28lib-cov
29
30# Coverage directory used by tools like istanbul
31coverage
32
33# nyc test coverage
34.nyc_output
35
36# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
37.grunt
38
39# Bower dependency directory (https://bower.io/)
40bower_components
41
42# node-waf configuration
43.lock-wscript
44
45# IDEs and editors
46.idea
47.project
48.classpath
49.c9/
50*.launch
51.settings/
52*.sublime-workspace
53
54# IDE - VSCode
55.vscode/*
56!.vscode/settings.json
57!.vscode/tasks.json
58!.vscode/launch.json
59!.vscode/extensions.json
60
61# misc
62.sass-cache
63connect.lock
64typings
65
66# Logs
67logs
68*.log
69npm-debug.log*
70yarn-debug.log*
71yarn-error.log*
72
73
74# Dependency directories
75node_modules/
76jspm_packages/
77
78# Optional npm cache directory
79.npm
80
81# Optional eslint cache
82.eslintcache
83
84# Optional REPL history
85.node_repl_history
86
87# Output of 'npm pack'
88*.tgz
89
90# Yarn Integrity file
91.yarn-integrity
92
93# next.js build output
94.next
95
96# Lerna
97lerna-debug.log
98
99# System Files
100Thumbs.db
Powered by cgit v1.2.3 (git 2.41.0)